Searched refs:AOT_ER_AAC_ELD (Results 1 - 13 of 13) sorted by relevance

/external/aac/libAACenc/src/
H A Dinterface.h166 return (aot==AOT_ER_AAC_LD || aot==AOT_ER_AAC_ELD);
H A Daacenc_lib.cpp331 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD && (hAacConfig->syntaxFlags & AC_SBR_PRESENT))
445 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
667 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
817 case AOT_ER_AAC_ELD:
836 case AOT_ER_AAC_ELD:
870 if ( (config->userSbrRatio==2) || ((config->userSbrRatio==0)&&(hAacConfig->audioObjectType!=AOT_ER_AAC_ELD)) ) {
873 if ( (config->userSbrRatio==1) || ((config->userSbrRatio==0)&&(hAacConfig->audioObjectType==AOT_ER_AAC_ELD)) ) {
883 if ( (hAacConfig->audioObjectType==AOT_ER_AAC_ELD)
908 hAacConfig->sbrRatio = (hAacConfig->audioObjectType==AOT_ER_AAC_ELD) ? 1 : 2;
1051 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD) {
[all...]
H A Daacenc.cpp455 || config->audioObjectType == AOT_ER_AAC_ELD )
463 && config->audioObjectType != AOT_ER_AAC_ELD )
636 if ( (config->audioObjectType == AOT_ER_AAC_LD) || (config->audioObjectType == AOT_ER_AAC_ELD) ) {
H A Dpsy_main.cpp330 case AOT_ER_AAC_ELD: filterBank = FB_ELD; break;
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp725 error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
727 error = cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
732 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
735 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
737 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
741 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_CPE, i++);
742 error |= cb->cbSbr(cb->cbSbrData, hBs, asc->m_samplingFrequency, asc->m_extensionSamplingFrequency, asc->m_samplesPerFrame, AOT_ER_AAC_ELD, ID_SCE, i++);
982 case AOT_ER_AAC_ELD:
1028 case AOT_ER_AAC_ELD:
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp473 case AOT_ER_AAC_ELD:
524 case AOT_ER_AAC_ELD:
545 case AOT_ER_AAC_ELD:
H A Dtpenc_latm.cpp385 case AOT_ER_AAC_ELD :
/external/aac/libSBRdec/src/
H A Dsbrdecoder.cpp237 if (self->coreCodec == AOT_ER_AAC_ELD) {
387 case AOT_ER_AAC_ELD:
458 self->flags |= (coreCodec == AOT_ER_AAC_ELD) ? SBRDEC_ELD_GRID : 0;
543 (coreCodec == AOT_ER_AAC_ELD) ? 0 : (6)
985 case AOT_ER_AAC_ELD:
1084 case AOT_ER_AAC_ELD:
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp176 ( ( sbrTuningTable[i].coreCoder == CODEC_AACLD && core == AOT_ER_AAC_ELD ) || \
177 ( sbrTuningTable[i].coreCoder == CODEC_AAC && core != AOT_ER_AAC_ELD ) )
463 if (core == AOT_ER_AAC_ELD)
475 if (core == AOT_ER_AAC_ELD) {
1562 case AOT_ER_AAC_ELD:
1854 if ( (aot==AOT_ER_AAC_ELD) ) {
/external/aac/libAACdec/src/
H A Daacdecoder.cpp175 || (aot) == AOT_ER_AAC_ELD)
833 case AOT_ER_AAC_ELD:
945 if (asc->m_aot == AOT_ER_AAC_ELD) {
1049 case AOT_ER_AAC_ELD:
H A Daacdecoder_lib.cpp834 if ( self->streamInfo.aot == AOT_ER_AAC_ELD ) {
/external/aac/libSYS/include/
H A DFDK_audio.h200 AOT_ER_AAC_ELD = 39, /**< AAC Enhanced Low Delay */ enumerator in enum:__anon272
/external/aac/libFDK/src/
H A DFDK_tools_rom.cpp2415 case AOT_ER_AAC_ELD:

Completed in 112 milliseconds