Variables | |
enum ChannelPosition | AACContext::che_pos [4][MAX_ELEM_ID] |
channel element channel mapping with the first index as the first 4 raw data block types | |
ChannelElement * | AACContext::che [4][MAX_ELEM_ID] |
ChannelElement * | AACContext::tag_che_map [4][MAX_ELEM_ID] |
uint8_t | AACContext::tags_seen_this_frame [4][MAX_ELEM_ID] |
int | AACContext::tags_mapped |
ChannelElement* AACContext::che[4][MAX_ELEM_ID] [inherited] |
Definition at line 252 of file aac.h.
Referenced by aac_decode_close(), apply_channel_coupling(), che_configure(), get_che(), output_configure(), and spectral_to_sample().
enum ChannelPosition AACContext::che_pos[4][MAX_ELEM_ID] [inherited] |
channel element channel mapping with the first index as the first 4 raw data block types
Definition at line 249 of file aac.h.
Referenced by aac_decode_frame(), decode_extension_payload(), decode_ga_specific_config(), and parse_adts_frame_header().
ChannelElement* AACContext::tag_che_map[4][MAX_ELEM_ID] [inherited] |
int AACContext::tags_mapped [inherited] |
uint8_t AACContext::tags_seen_this_frame[4][MAX_ELEM_ID] [inherited] |