Home
last modified time | relevance | path

Searched refs:IS_USAC (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSYS/include/
DFDK_audio.h226 #define IS_USAC(aot) ((aot) == AOT_USAC) macro
/external/aac/libAACdec/src/
Daacdecoder.cpp194 if (IS_USAC(self->streamInfo.aot)) { in CAacDecoder_SyncQmfMode()
204 (IS_USAC(self->streamInfo.aot))))) { in CAacDecoder_SyncQmfMode()
1721 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
1759 if ((asc->m_channelConfiguration > 0) || IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
1760 if (IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
Daacdecoder_lib.cpp524 if (!(mpsCaps & CAPF_MPS_USAC) && IS_USAC(aot)) { in isSupportedMpsConfig()
528 if (!(mpsCaps & CAPF_MPS_STD) && !IS_LOWDELAY(aot) && !IS_USAC(aot)) { in isSupportedMpsConfig()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp286 const int sbr_min_sample_rate_in = IS_USAC(self->coreCodec) ? 2000 : 6400; in sbrDecoder_ResetElement()
2003 } else if (!IS_USAC(self->coreCodec)) { in sbrDecoder_GetDelay()
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp2002 } else if (!IS_USAC(coreCodec)) { in mpegSurroundDecoder_GetDelay()