Home
last modified time | relevance | path

Searched refs:pTimeDataFlush (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.h335 *pTimeDataFlush[((8) * 2)]; /*!< Pointer to the flushed time data which member
448 const PCM_DEC *pTimeData, PCM_DEC **pTimeDataFlush, const INT numChannels,
453 PCM_DEC *pTimeData, PCM_DEC **pTimeDataFlush, const INT numChannels,
Daacdecoder.cpp640 const PCM_DEC *pTimeData, PCM_DEC **pTimeDataFlush, const INT numChannels, in CAacDecoder_PrepareCrossFade() argument
658 pTimeDataFlush[ch][i] = *pIn; in CAacDecoder_PrepareCrossFade()
678 PCM_DEC *pTimeData, PCM_DEC **pTimeDataFlush, const INT numChannels, in CAacDecoder_ApplyCrossFade() argument
699 FIXP_DBL timeFlush = PCM_DEC2FIXP_DBL(pTimeDataFlush[ch][i]); in CAacDecoder_ApplyCrossFade()
1545 if (self->pTimeDataFlush[ch] != NULL) { in CAacDecoder_Close()
1546 FreeTimeDataFlush(&self->pTimeDataFlush[ch]); in CAacDecoder_Close()
2311 if (self->pTimeDataFlush[ch] == NULL) { in CAacDecoder_Init()
2312 self->pTimeDataFlush[ch] = GetTimeDataFlush(ch); in CAacDecoder_Init()
2313 if (self->pTimeDataFlush[ch] == NULL) { in CAacDecoder_Init()
Daacdecoder_lib.cpp1857 CAacDecoder_PrepareCrossFade(pTimeData2, self->pTimeDataFlush, in aacDecoder_DecodeFrame()
1868 self->pTimeDataFlush[ch][i] = (PCM_DEC)0; in aacDecoder_DecodeFrame()
1878 CAacDecoder_ApplyCrossFade(pTimeData2, self->pTimeDataFlush, in aacDecoder_DecodeFrame()