Home
last modified time | relevance | path

Searched refs:tmpOutBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp675 INT_PCM tmpOutBuffer[2048 * MAX_CHANNEL_COUNT]; in onQueueFilled() local
834 tmpOutBuffer, in onQueueFilled()
861 if (!outputDelayRingBufferPutSamples(tmpOutBuffer, in onQueueFilled()
870 memset(tmpOutBuffer, 0, numOutBytes); // TODO: check for overflow in onQueueFilled()
872 if (!outputDelayRingBufferPutSamples(tmpOutBuffer, in onQueueFilled()
975 INT_PCM tmpOutBuffer[2048 * MAX_CHANNEL_COUNT]; in onQueueFilled() local
983 tmpOutBuffer, in onQueueFilled()
994 outputDelayRingBufferPutSamples(tmpOutBuffer, tmpOutBufferSamples); in onQueueFilled()
1173 INT_PCM tmpOutBuffer[2048 * MAX_CHANNEL_COUNT]; in drainDecoder() local
1181 tmpOutBuffer, in drainDecoder()
[all …]
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp594 INT_PCM tmpOutBuffer[2048 * MAX_CHANNEL_COUNT]; in process() local
770 tmpOutBuffer, in process()
796 if (!outputDelayRingBufferPutSamples(tmpOutBuffer, in process()
805 memset(tmpOutBuffer, 0, numOutBytes); // TODO: check for overflow in process()
807 if (!outputDelayRingBufferPutSamples(tmpOutBuffer, in process()
1060 INT_PCM tmpOutBuffer[2048 * MAX_CHANNEL_COUNT]; in drainDecoder() local
1068 tmpOutBuffer, in drainDecoder()
1079 outputDelayRingBufferPutSamples(tmpOutBuffer, tmpOutBufferSamples); in drainDecoder()