Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp866 self->streamInfo.outputDelay = 0; in aacDecoder_DecodeFrame()
976 …self->streamInfo.outputDelay = (UINT)(INT)fMult((FIXP_DBL)self->streamInfo.outputDelay<<UPS_SCALE… in aacDecoder_DecodeFrame()
977 self->streamInfo.outputDelay += sbrDecoder_GetDelay( self->hSbrDecoder ); in aacDecoder_DecodeFrame()
1037 self->streamInfo.outputDelay += getLimiterDelay(self->hLimiter); in aacDecoder_DecodeFrame()
Daacdecoder.cpp708 pStreamInfo->outputDelay = 0; in CStreamInfoInit()
1802 …self->streamInfo.outputDelay += CConcealment_GetDelay(&self->concealCommonData) * self->streamInfo… in CAacDecoder_DecodeFrame()
/external/aac/libAACdec/include/
Daacdecoder_lib.h559 …UINT outputDelay; /*!< The number of samples the output is additionally delay… member
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1727 UINT outputDelay = 0; in sbrDecoder_GetDelay() local
1743 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 32 : 64; /* QMF synthesis */ in sbrDecoder_GetDelay()
1745 outputDelay += 32; in sbrDecoder_GetDelay()
1751 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 481 : 962; in sbrDecoder_GetDelay()
1756 return (outputDelay); in sbrDecoder_GetDelay()