Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp366 size_t calOutSize; in process() local
373 calOutSize = std::accumulate(decodedSizes.begin(), decodedSizes.end(), 0); in process()
375 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()
380 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block); in process()
408 mConfig->outputFrameSize = (calOutSize - outSize); in process()
474 if (calOutSize >= in process()
/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()