FFmpeg
|
#include <aac.h>
Data Fields | |
MPEG4AudioConfig | m4ac |
uint8_t | layout_map [MAX_ELEM_ID *4][3] |
int | layout_map_tags |
int | channels |
uint64_t | channel_layout |
enum OCStatus | status |
MPEG4AudioConfig OutputConfiguration::m4ac |
Definition at line 124 of file aac.h.
Referenced by aac_decode_er_frame(), aac_decode_frame(), aac_decode_frame_int(), aac_decode_init(), apply_dependent_coupling(), apply_dependent_coupling_fixed(), apply_independent_coupling(), apply_independent_coupling_fixed(), apply_prediction(), che_configure(), decode_cpe(), decode_extension_payload(), decode_ics(), decode_ics_info(), decode_prediction(), decode_tns(), get_che(), imdct_and_windowing_eld(), latm_decode_audio_specific_config(), latm_decode_frame(), output_configure(), parse_adts_frame_header(), read_sbr_extension(), and spectral_to_sample().
uint8_t OutputConfiguration::layout_map[MAX_ELEM_ID *4][3] |
Definition at line 125 of file aac.h.
Referenced by decode_extension_payload(), output_configure(), and pop_output_configuration().
int OutputConfiguration::layout_map_tags |
Definition at line 126 of file aac.h.
Referenced by decode_extension_payload(), output_configure(), and pop_output_configuration().
int OutputConfiguration::channels |
Definition at line 127 of file aac.h.
Referenced by output_configure(), and pop_output_configuration().
uint64_t OutputConfiguration::channel_layout |
Definition at line 128 of file aac.h.
Referenced by aac_decode_frame_int(), output_configure(), and pop_output_configuration().
enum OCStatus OutputConfiguration::status |
Definition at line 129 of file aac.h.
Referenced by aac_decode_frame_int(), decode_extension_payload(), output_configure(), parse_adts_frame_header(), pop_output_configuration(), and push_output_configuration().