Home
last modified time | relevance | path

Searched refs:AOT_ER_AAC_ELD (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4audio.h125 AOT_ER_AAC_ELD, ///< N Error Resilient Enhanced Low Delay enumerator
Daacdec_template.c1115 case AOT_ER_AAC_ELD: in decode_audio_specific_config_gb()
1416 if (aot != AOT_ER_AAC_ELD) { in decode_ics_info()
1461 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) { in decode_ics_info()
1485 if (aot != AOT_ER_AAC_ELD) { in decode_ics_info()
2121 eld_syntax = ac->oc[1].m4ac.object_type == AOT_ER_AAC_ELD; in decode_ics()
2125 ac->oc[1].m4ac.object_type == AOT_ER_AAC_ELD; in decode_ics()
2293 int eld_syntax = ac->oc[1].m4ac.object_type == AOT_ER_AAC_ELD;
3025 case AOT_ER_AAC_ELD:
3162 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD)
3191 if (aot != AOT_ER_AAC_ELD)
[all …]
Daacdec.c533 case AOT_ER_AAC_ELD: in latm_decode_frame()