#include <aac_ac3_parser.h>
Data Fields | |
ParseContext | pc |
int | frame_size |
int | header_size |
int(* | sync )(uint64_t state, struct AACAC3ParseContext *hdr_info, int *need_next_header, int *new_frame_start) |
int | channels |
int | sample_rate |
int | bit_rate |
int | samples |
int64_t | channel_layout |
int | service_type |
int | remaining_size |
uint64_t | state |
int | need_next_header |
enum CodecID | codec_id |
Definition at line 40 of file aac_ac3_parser.h.
Definition at line 49 of file aac_ac3_parser.h.
Referenced by aac_sync(), ac3_sync(), and ff_aac_ac3_parse().
Definition at line 47 of file aac_ac3_parser.h.
Referenced by aac_sync(), ac3_sync(), and ff_aac_ac3_parse().
Definition at line 42 of file aac_ac3_parser.h.
Definition at line 43 of file aac_ac3_parser.h.
Referenced by aac_parse_init(), ac3_parse_init(), and ff_aac_ac3_parse().
Definition at line 48 of file aac_ac3_parser.h.
Referenced by aac_sync(), ac3_sync(), and ff_aac_ac3_parse().
Definition at line 50 of file aac_ac3_parser.h.
Referenced by aac_sync(), ac3_sync(), and ff_aac_ac3_parse().
uint64_t AACAC3ParseContext::state |
int(* AACAC3ParseContext::sync)(uint64_t state, struct AACAC3ParseContext *hdr_info, int *need_next_header, int *new_frame_start) |
Referenced by aac_parse_init(), ac3_parse_init(), and ff_aac_ac3_parse().