Searched refs:outputDelay (Results 1 – 5 of 5) sorted by relevance
1321 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()
1296 pStreamInfo->outputDelay = 0; in CStreamInfoInit()3587 self->streamInfo.outputDelay += in CAacDecoder_DecodeFrame()
1987 INT outputDelay = 0; in mpegSurroundDecoder_GetDelay() local2001 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()
831 UINT outputDelay; /*!< The number of samples the output is additionally member
1984 UINT outputDelay = 0; in sbrDecoder_GetDelay() local1997 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()