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

/external/aac/libAACdec/src/
H A Dconceal.h110 CConcealment_GetDelay (CConcealParams *pConcealCommonData);
H A Daacdecoder_lib.cpp210 && CConcealment_GetDelay(&self->concealCommonData) > 0 )
284 backupDelay = CConcealment_GetDelay(pConcealData);
302 bsDelay = CConcealment_GetDelay(pConcealData);
H A Dconceal.cpp681 if (CConcealment_GetDelay(hConcealmentInfo->pConcealParams) == 0)
1847 CConcealment_GetDelay ( function
H A Daacdecoder.cpp773 CConcealment_GetDelay(&self->concealCommonData)
1790 self->streamInfo.outputDelay += CConcealment_GetDelay(&self->concealCommonData) * self->streamInfo.aacSamplesPerFrame;

Completed in 5907 milliseconds