Variables | |
uint16_t | AC3HeaderInfo::sync_word |
uint16_t | AC3HeaderInfo::crc1 |
uint8_t | AC3HeaderInfo::sr_code |
uint8_t | AC3HeaderInfo::bitstream_id |
uint8_t | AC3HeaderInfo::channel_mode |
uint8_t | AC3HeaderInfo::lfe_on |
uint8_t | AC3HeaderInfo::frame_type |
int | AC3HeaderInfo::substreamid |
substream identification | |
int | AC3HeaderInfo::center_mix_level |
Center mix level index. | |
int | AC3HeaderInfo::surround_mix_level |
Surround mix level index. | |
uint16_t | AC3HeaderInfo::channel_map |
int | AC3HeaderInfo::num_blocks |
number of audio blocks |
uint8_t AC3HeaderInfo::bitstream_id [inherited] |
Definition at line 84 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), ff_ac3_parse_header_full(), and parse_frame_header().
int AC3HeaderInfo::center_mix_level [inherited] |
Center mix level index.
Definition at line 89 of file ac3.h.
Referenced by ff_ac3_parse_header(), and parse_frame_header().
uint16_t AC3HeaderInfo::channel_map [inherited] |
uint8_t AC3HeaderInfo::channel_mode [inherited] |
Definition at line 85 of file ac3.h.
Referenced by ff_ac3_parse_header(), ff_ac3_parse_header_full(), and parse_frame_header().
uint16_t AC3HeaderInfo::crc1 [inherited] |
uint8_t AC3HeaderInfo::frame_type [inherited] |
Definition at line 87 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), ff_ac3_parse_header_full(), and parse_frame_header().
uint8_t AC3HeaderInfo::lfe_on [inherited] |
Definition at line 86 of file ac3.h.
Referenced by ff_ac3_parse_header(), ff_ac3_parse_header_full(), and parse_frame_header().
int AC3HeaderInfo::num_blocks [inherited] |
number of audio blocks
Definition at line 92 of file ac3.h.
Referenced by ac3_sync(), ff_ac3_parse_header(), and parse_frame_header().
uint8_t AC3HeaderInfo::sr_code [inherited] |
int AC3HeaderInfo::substreamid [inherited] |
substream identification
Definition at line 88 of file ac3.h.
Referenced by ff_ac3_parse_header(), and parse_frame_header().
int AC3HeaderInfo::surround_mix_level [inherited] |
Surround mix level index.
Definition at line 90 of file ac3.h.
Referenced by ff_ac3_parse_header(), and parse_frame_header().
uint16_t AC3HeaderInfo::sync_word [inherited] |