Searched defs:m4ac (Results 1 - 6 of 6) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| H A D | adtsenc.c | 55 MPEG4AudioConfig m4ac; in adts_decode_extradata() local
|
| H A D | latmenc.c | 62 MPEG4AudioConfig m4ac; in latm_decode_extradata() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | aacdec.c | 288 MPEG4AudioConfig m4ac = { 0 }; in latm_decode_audio_specific_config() local [all...] |
| H A D | aac.h | 126 MPEG4AudioConfig m4ac; member
|
| H A D | alsdec.c | 298 MPEG4AudioConfig m4ac = {0}; in read_specific_config() local
|
| H A D | aacdec_template.c | 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...] |
Completed in 9 milliseconds