Searched refs:calOutSize (Results 1 – 2 of 2) sorted by relevance
363 size_t calOutSize; in process() local370 calOutSize = std::accumulate(decodedSizes.begin(), decodedSizes.end(), 0); in process()372 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t); in process()377 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block); in process()405 mConfig->outputFrameSize = (calOutSize - outSize); in process()470 if (calOutSize >= in process()
293 size_t calOutSize = outSamples * frameSizeList.size() * sizeof(int16_t); in process() local296 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block); in process()