Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp1306 self->streamInfo.outputDelay = 0; in aacDecoder_DecodeFrame()
1500 self->streamInfo.outputDelay = self->streamInfo.outputDelay >> 2; in aacDecoder_DecodeFrame()
1505 self->streamInfo.outputDelay = self->streamInfo.outputDelay >> 1; in aacDecoder_DecodeFrame()
1510 self->streamInfo.outputDelay = self->streamInfo.outputDelay << 1; in aacDecoder_DecodeFrame()
1515 self->streamInfo.outputDelay = self->streamInfo.outputDelay << 2; in aacDecoder_DecodeFrame()
1519 self->streamInfo.outputDelay = in aacDecoder_DecodeFrame()
1520 (self->streamInfo.outputDelay << 3) / 3; in aacDecoder_DecodeFrame()
1528 self->streamInfo.outputDelay += in aacDecoder_DecodeFrame()
1581 self->streamInfo.outputDelay += mpegSurroundDecoder_GetDelay( in aacDecoder_DecodeFrame()
1839 self->streamInfo.outputDelay += pcmLimiter_GetDelay(self->hLimiter); in aacDecoder_DecodeFrame()
Daacdecoder.cpp1222 pStreamInfo->outputDelay = 0; in CStreamInfoInit()
3421 self->streamInfo.outputDelay += in CAacDecoder_DecodeFrame()
/external/aac/libSACdec/src/
Dsac_dec_lib.cpp1968 INT outputDelay = 0; in mpegSurroundDecoder_GetDelay() local
1982 outputDelay += 256; in mpegSurroundDecoder_GetDelay()
1986 outputDelay += 320 + 257; /* cos to exp delay + QMF synthesis */ in mpegSurroundDecoder_GetDelay()
1988 outputDelay += 320 + 384; /* QMF and hybrid analysis */ in mpegSurroundDecoder_GetDelay()
1994 return (outputDelay); in mpegSurroundDecoder_GetDelay()
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp1991 UINT outputDelay = 0; in sbrDecoder_GetDelay() local
2004 outputDelay += in sbrDecoder_GetDelay()
2007 outputDelay += 32; in sbrDecoder_GetDelay()
2013 outputDelay += (flags & SBRDEC_DOWNSAMPLE) ? 481 : 962; in sbrDecoder_GetDelay()
2015 outputDelay -= 257; /* QMF synthesis */ in sbrDecoder_GetDelay()
2021 return (outputDelay); in sbrDecoder_GetDelay()
/external/aac/libAACdec/include/
Daacdecoder_lib.h862 UINT outputDelay; /*!< The number of samples the output is additionally member