Home
last modified time | relevance | path

Searched refs:CConcealment_GetDelay (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dconceal.h119 UINT CConcealment_GetDelay(CConcealParams *pConcealCommonData);
Daacdecoder_lib.cpp292 CConcealment_GetDelay(&self->concealCommonData) > in aacDecoder_ConfigCallback()
296 CConcealment_GetDelay(&self->concealCommonData) > in aacDecoder_ConfigCallback()
588 backupDelay = CConcealment_GetDelay(pConcealData); in setConcealMethod()
604 bsDelay = CConcealment_GetDelay(pConcealData); in setConcealMethod()
1692 drcDelay += CConcealment_GetDelay(&self->concealCommonData) * in aacDecoder_DecodeFrame()
Daacdecoder.cpp1281 CConcealment_GetDelay(&self->concealCommonData)); in CAacDecoder_Open()
3422 CConcealment_GetDelay(&self->concealCommonData) * in CAacDecoder_DecodeFrame()
Dconceal.cpp1654 UINT CConcealment_GetDelay(CConcealParams *pConcealCommonData) { in CConcealment_GetDelay() function