FFmpeg
|
#include <aacdec.h>
Data Fields | |
MPEG4AudioConfig | m4ac |
uint8_t | layout_map [MAX_ELEM_ID *4][3] |
int | layout_map_tags |
AVChannelLayout | ch_layout |
enum OCStatus | status |
AACUSACConfig | usac |
MPEG4AudioConfig OutputConfiguration::m4ac |
Definition at line 368 of file aacdec.h.
Referenced by aac_decode_er_frame(), aac_decode_frame(), aac_decode_frame_int(), apply_noise_fill(), che_configure(), decode_audio_specific_config_gb(), decode_cpe(), decode_extension_payload(), decode_frame_ga(), decode_ics_info(), decode_prediction(), decode_usac_core_coder(), ff_aac_decode_ics(), ff_aac_decode_init(), ff_aac_decode_tns(), ff_aac_get_che(), ff_aac_output_configure(), ff_aac_sbr_decode_usac_data(), ff_aac_usac_config_decode(), ff_aac_usac_decode_frame(), latm_decode_audio_specific_config(), latm_decode_frame(), parse_adts_frame_header(), parse_audio_preroll(), read_sbr_extension(), setup_sce(), spectral_to_sample(), and spectrum_decode().
uint8_t OutputConfiguration::layout_map[MAX_ELEM_ID *4][3] |
Definition at line 369 of file aacdec.h.
Referenced by decode_extension_payload(), ff_aac_output_configure(), ff_aac_usac_decode_frame(), and pop_output_configuration().
int OutputConfiguration::layout_map_tags |
Definition at line 370 of file aacdec.h.
Referenced by decode_extension_payload(), ff_aac_output_configure(), ff_aac_usac_decode_frame(), and pop_output_configuration().
AVChannelLayout OutputConfiguration::ch_layout |
Definition at line 371 of file aacdec.h.
Referenced by decode_frame_ga(), ff_aac_output_configure(), ff_aac_usac_config_decode(), ff_aac_usac_decode_frame(), and pop_output_configuration().
enum OCStatus OutputConfiguration::status |
Definition at line 372 of file aacdec.h.
Referenced by aac_decode_frame(), decode_extension_payload(), decode_frame_ga(), ff_aac_output_configure(), ff_aac_usac_decode_frame(), parse_adts_frame_header(), pop_output_configuration(), and push_output_configuration().
AACUSACConfig OutputConfiguration::usac |
Definition at line 373 of file aacdec.h.
Referenced by decode_close(), ff_aac_usac_config_decode(), ff_aac_usac_decode_frame(), and ff_aac_usac_reset_state().