Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp887 int32_t tmpOutBufferSamples = mStreamInfo->frameSize * mStreamInfo->numChannels; in drainDecoder() local
888 if (tmpOutBufferSamples > mOutputDelayCompensated) { in drainDecoder()
889 tmpOutBufferSamples = mOutputDelayCompensated; in drainDecoder()
891 outputDelayRingBufferPutSamples(tmpOutBuffer, tmpOutBufferSamples); in drainDecoder()
893 mOutputDelayCompensated -= tmpOutBufferSamples; in drainDecoder()