Home
last modified time | relevance | path

Searched refs:IS_LOWDELAY (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp417 IS_LOWDELAY(coreCodec)) { in aacDecoder_SscCallback()
506 if (!(mpsCaps & CAPF_MPS_LD) && IS_LOWDELAY(aot)) { in isSupportedMpsConfig()
510 if ((mpsCaps & CAPF_MPS_LD) && IS_LOWDELAY(aot) && !fMpsPresent) { in isSupportedMpsConfig()
519 if (!(mpsCaps & CAPF_MPS_STD) && !IS_LOWDELAY(aot) && !IS_USAC(aot)) { in isSupportedMpsConfig()
Daacdecoder.cpp199 if ((IS_LOWDELAY(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
212 if (IS_LOWDELAY(self->streamInfo.aot) && in CAacDecoder_SyncQmfMode()
/external/aac/libSYS/include/
DFDK_audio.h228 #define IS_LOWDELAY(aot) ((aot) == AOT_ER_AAC_LD || (aot) == AOT_ER_AAC_ELD) macro
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1474 !IS_LOWDELAY(coreCodec))) { in mpegSurroundDecoder_Parse()
1980 if (IS_LOWDELAY(coreCodec)) { in mpegSurroundDecoder_GetDelay()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp2001 if ((flags & SBRDEC_ELD_GRID) && IS_LOWDELAY(self->coreCodec)) { in sbrDecoder_GetDelay()
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp2193 coreFrameLength, IS_LOWDELAY(aot))) { in sbrEncoder_Init()