Home | History | Annotate | Download | only in src

Lines Matching full:aot

1533                        AUDIO_OBJECT_TYPE aot,
1555 switch (aot) {
1775 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot)
1781 if (aot == AOT_PS) {
1793 index = getSbrTuningTableIndex(bitRate, numChannels, coreSampleRate, aot, &newBitRate);
1801 UINT sbrEncoder_IsSingleRatePossible(AUDIO_OBJECT_TYPE aot)
1803 UINT isPossible=(AOT_PS==aot)?0:1;
1818 AUDIO_OBJECT_TYPE aot,
1845 if (!sbrEncoder_IsSingleRatePossible(aot)) {
1851 if ( (aot==AOT_PS) || (aot==AOT_MP2_PS) || (aot==AOT_DABPLUS_PS) || (aot==AOT_DRM_MPEG_PS) ) {
1854 if ( (aot==AOT_ER_AAC_ELD) ) {
1857 else if ( (aot==AOT_ER_AAC_LD) ) {
1903 if ( !FDKsbrEnc_IsSbrSettingAvail (elInfo[coreEl].bitRate, 0, elInfo[coreEl].nChannelsInEl, inputSampleRate, *coreSampleRate, aot) )
2030 aot) )
2061 aot,