Lines Matching refs:pTimeData
571 const INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, in CAacDecoder_PrepareCrossFade() argument
587 const INT_PCM *pIn = &pTimeData[ch * s1]; in CAacDecoder_PrepareCrossFade()
609 INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, in CAacDecoder_ApplyCrossFade() argument
625 INT_PCM *pIn = &pTimeData[ch * s1]; in CAacDecoder_ApplyCrossFade()
2378 HANDLE_AACDECODER self, const UINT flags, FIXP_PCM *pTimeData, in CAacDecoder_DecodeFrame() argument
3002 (FIXP_DBL *)pTimeData; in CAacDecoder_DecodeFrame()
3320 FDKmemclear(pTimeData + offset, in CAacDecoder_DecodeFrame()
3328 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3340 pTimeData + offset, self->streamInfo.aacSamplesPerFrame); in CAacDecoder_DecodeFrame()
3350 pTimeData + offset, self->streamInfo.aacSamplesPerFrame, in CAacDecoder_DecodeFrame()
3366 &self->pAacDecoderStaticChannelInfo[c], pTimeData + offset, 0); in CAacDecoder_DecodeFrame()
3388 FIXP_PCM *pTD = pTimeData; in CAacDecoder_DecodeFrame()