Lines Matching refs:pTimeData
640 const PCM_DEC *pTimeData, PCM_DEC **pTimeDataFlush, const INT numChannels, in CAacDecoder_PrepareCrossFade() argument
656 const PCM_DEC *pIn = &pTimeData[ch * s1]; in CAacDecoder_PrepareCrossFade()
678 PCM_DEC *pTimeData, PCM_DEC **pTimeDataFlush, const INT numChannels, in CAacDecoder_ApplyCrossFade() argument
694 PCM_DEC *pIn = &pTimeData[ch * s1]; in CAacDecoder_ApplyCrossFade()
2519 HANDLE_AACDECODER self, const UINT flags, PCM_DEC *pTimeData, in CAacDecoder_DecodeFrame() argument
3161 (FIXP_DBL *)pTimeData; in CAacDecoder_DecodeFrame()
3483 FDKmemclear(pTimeData + offset, in CAacDecoder_DecodeFrame()
3491 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3503 pTimeData + offset, self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3513 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3530 pTimeData + offset, 0); in CAacDecoder_DecodeFrame()
3552 PCM_DEC *pTD = pTimeData; in CAacDecoder_DecodeFrame()