H A D | aacdec_template.c | 142 if (*channels >= MAX_CHANNELS - (type == TYPE_CPE || (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1))) { in che_configure() 148 (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1)) { in che_configure() 579 if (ac->oc[1].m4ac.ps == 1 && channels == 2) { in output_configure() 673 if (!ac->oc[1].m4ac.chan_config) { in get_che() 678 ac->oc[1].m4ac.chan_config == 1) { in get_che() 692 ac->oc[1].m4ac.chan_config = 2; in get_che() 693 ac->oc[1].m4ac.ps = 0; in get_che() 697 ac->oc[1].m4ac.chan_config == 2) { in get_che() 713 if (ac->oc[1].m4ac.sbr) in get_che() 714 ac->oc[1].m4ac in get_che() 851 decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, uint8_t (*layout_map)[3], GetBitContext *gb, int byte_align_ref) decode_pce() argument 921 decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx, GetBitContext *gb, int get_bit_alignment, MPEG4AudioConfig *m4ac, int channel_config) decode_ga_specific_config() argument 1010 decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx, GetBitContext *gb, MPEG4AudioConfig *m4ac, int channel_config) decode_eld_specific_config() argument 1085 decode_audio_specific_config_gb(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, GetBitContext *gb, int get_bit_alignment, int sync_extension) decode_audio_specific_config_gb() argument 1152 decode_audio_specific_config(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, const uint8_t *data, int64_t bit_size, int sync_extension) decode_audio_specific_config() argument 1426 const MPEG4AudioConfig *const m4ac = &ac->oc[1].m4ac; decode_ics_info() local 3171 const MPEG4AudioConfig *const m4ac = &ac->oc[1].m4ac; global() local [all...] |