Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp295 size_t calOutSize = outSamples * frameSizeList.size() * sizeof(int16_t); in process() local
298 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block); in process()
366 ALOGD_IF(calOutSize != ((intptr_t)output - (intptr_t)wView.data()), in process()
368 calOutSize, (long long)((intptr_t)output - (intptr_t)wView.data())); in process()
370 createLinearBuffer(block, 0, calOutSize)); in process()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp374 size_t calOutSize; in process() local
381 calOutSize = std::accumulate(decodedSizes.begin(), decodedSizes.end(), 0); in process()
383 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
388 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block); in process()
416 mConfig->outputFrameSize = (calOutSize - outSize) / sizeof(int16_t); in process()
482 if (calOutSize >= in process()