Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmps_main.cpp143 {AOT_ER_AAC_ELD, MODE_212, 0, 16000, 16000, 39999},
144 {AOT_ER_AAC_ELD, MODE_212, 0, 22050, 16000, 49999},
145 {AOT_ER_AAC_ELD, MODE_212, 0, 24000, 16000, 61999},
146 {AOT_ER_AAC_ELD, MODE_212, 0, 32000, 20000, 84999},
147 {AOT_ER_AAC_ELD, MODE_212, 0, 44100, 50000, 192000},
148 {AOT_ER_AAC_ELD, MODE_212, 0, 48000, 62000, 192000},
150 {AOT_ER_AAC_ELD, MODE_212, 1, 16000, 18000, 31999},
151 {AOT_ER_AAC_ELD, MODE_212, 1, 22050, 18000, 31999},
152 {AOT_ER_AAC_ELD, MODE_212, 1, 24000, 20000, 64000},
154 {AOT_ER_AAC_ELD, MODE_212, 2, 32000, 18000, 64000},
[all …]
Daacenc_lib.cpp396 (channelMode == MODE_212)) { in GetCoreChannelMode()
804 aot, MODE_212, samplingRate, (sbrActive) ? sbrDownSampleRate : 0, in aacEncoder_LimitBitrate()
948 ((config->userChannelMode == MODE_212) ? AC_LD_MPS : 0); in FDKaacEnc_AdjustEncSettings()
1089 hAacConfig->syntaxFlags |= (pConfig->chMode == MODE_212) ? AC_LD_MPS : 0; in FDKaacEnc_AdjustEncSettings()
2168 if (((CHANNEL_MODE)value == MODE_212) && in aacEncoder_SetParam()
2410 value = MODE_212; in aacEncoder_GetParam()
/external/aac/libSYS/include/
DFDK_audio.h250 MODE_212 = 128 /**< 212 configuration, used in ELDv2 */ enumerator