Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1321 self->streamInfo.outputDelay = 0; in aacDecoder_DecodeFrame()
1517 self->streamInfo.outputDelay = self->streamInfo.outputDelay >> 2; in aacDecoder_DecodeFrame()
1522 self->streamInfo.outputDelay = self->streamInfo.outputDelay >> 1; in aacDecoder_DecodeFrame()
1527 self->streamInfo.outputDelay = self->streamInfo.outputDelay << 1; in aacDecoder_DecodeFrame()
1532 self->streamInfo.outputDelay = self->streamInfo.outputDelay << 2; in aacDecoder_DecodeFrame()
1536 self->streamInfo.outputDelay = in aacDecoder_DecodeFrame()
1537 (self->streamInfo.outputDelay << 3) / 3; in aacDecoder_DecodeFrame()
1545 self->streamInfo.outputDelay += in aacDecoder_DecodeFrame()
1599 self->streamInfo.outputDelay += mpegSurroundDecoder_GetDelay( in aacDecoder_DecodeFrame()
1998 self->streamInfo.outputDelay += pcmLimiter_GetDelay(self->hLimiter); in aacDecoder_DecodeFrame()
Daacdecoder.cpp1296 pStreamInfo->outputDelay = 0; in CStreamInfoInit()
3587 self->streamInfo.outputDelay += in CAacDecoder_DecodeFrame()
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1987 INT outputDelay = 0; in mpegSurroundDecoder_GetDelay() local
2001 outputDelay += 256; in mpegSurroundDecoder_GetDelay()
2005 outputDelay += 320 + 257; /* cos to exp delay + QMF synthesis */ in mpegSurroundDecoder_GetDelay()
2007 outputDelay += 320 + 384; /* QMF and hybrid analysis */ in mpegSurroundDecoder_GetDelay()
2013 return (outputDelay); in mpegSurroundDecoder_GetDelay()
/external/aac/libAACdec/include/
Daacdecoder_lib.h831 UINT outputDelay; /*!< The number of samples the output is additionally member
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1984 UINT outputDelay = 0; in sbrDecoder_GetDelay() local
1997 outputDelay += in sbrDecoder_GetDelay()
2000 outputDelay += 32; in sbrDecoder_GetDelay()
2006 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 481 : 962; in sbrDecoder_GetDelay()
2008 outputDelay -= 257; /* QMF synthesis */ in sbrDecoder_GetDelay()
2014 return (outputDelay); in sbrDecoder_GetDelay()