Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder.h326 *pTimeDataFlush[((8) * 2)]; /*!< Pointer to the flushed time data which member
439 const INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels,
444 INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels,
Daacdecoder.cpp571 const INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, in CAacDecoder_PrepareCrossFade() argument
589 pTimeDataFlush[ch][i] = *pIn; in CAacDecoder_PrepareCrossFade()
609 INT_PCM *pTimeData, INT_PCM **pTimeDataFlush, const INT numChannels, in CAacDecoder_ApplyCrossFade() argument
630 FIXP_DBL timeFlush = FX_PCM2FX_DBL(pTimeDataFlush[ch][i]); in CAacDecoder_ApplyCrossFade()
1446 if (self->pTimeDataFlush[ch] != NULL) { in CAacDecoder_Close()
1447 FreeTimeDataFlush(&self->pTimeDataFlush[ch]); in CAacDecoder_Close()
2182 if (self->pTimeDataFlush[ch] == NULL) { in CAacDecoder_Init()
2183 self->pTimeDataFlush[ch] = GetTimeDataFlush(ch); in CAacDecoder_Init()
2184 if (self->pTimeDataFlush[ch] == NULL) { in CAacDecoder_Init()
Daacdecoder_lib.cpp1869 CAacDecoder_PrepareCrossFade(pTimeData, self->pTimeDataFlush, in aacDecoder_DecodeFrame()
1879 self->pTimeDataFlush[ch][i] = 0; in aacDecoder_DecodeFrame()
1888 CAacDecoder_ApplyCrossFade(pTimeData, self->pTimeDataFlush, in aacDecoder_DecodeFrame()