Lines Matching refs:pTimeData
1143 INT_PCM *pTimeData = NULL; in aacDecoder_DecodeFrame() local
1160 pTimeData = self->pcmOutputBuffer; in aacDecoder_DecodeFrame()
1321 pTimeDataFixpPcm = pTimeData; in aacDecoder_DecodeFrame()
1419 self->qmfDomain.globalConf.TDinput = pTimeData; in aacDecoder_DecodeFrame()
1479 FDKmemcpy(input, pTimeData, in aacDecoder_DecodeFrame()
1484 sbrError = sbrDecoder_Apply(self->hSbrDecoder, input, pTimeData, in aacDecoder_DecodeFrame()
1567 (INT_PCM *)self->workBufferCore2, pTimeData, timeDataSize, in aacDecoder_DecodeFrame()
1593 FDKmemclear(pTimeData, self->mpsOutChannelsLast * in aacDecoder_DecodeFrame()
1615 sbrError = sbrDecoder_Apply(self->hSbrDecoder, pTimeData, pTimeData, in aacDecoder_DecodeFrame()
1657 (PCM_DEC)FX_PCM2PCM_DEC(pTimeData[i]) >> PCM_OUT_HEADROOM; in aacDecoder_DecodeFrame()
1825 pInterleaveBuffer = (PCM_LIM *)pTimeData; in aacDecoder_DecodeFrame()
1833 pcmLimiter_Apply(self->hLimiter, pInterleaveBuffer, pTimeData, in aacDecoder_DecodeFrame()
1848 pTimeData, pTimeDataPcmPost, in aacDecoder_DecodeFrame()
1858 FDK_interleave((INT_PCM *)self->workBufferCore2, pTimeData, in aacDecoder_DecodeFrame()
1869 CAacDecoder_PrepareCrossFade(pTimeData, self->pTimeDataFlush, in aacDecoder_DecodeFrame()
1888 CAacDecoder_ApplyCrossFade(pTimeData, self->pTimeDataFlush, in aacDecoder_DecodeFrame()
1960 FDKmemcpy(pTimeData_extern, pTimeData, in aacDecoder_DecodeFrame()
1962 sizeof(*pTimeData)); in aacDecoder_DecodeFrame()