Searched refs:calOutSize (Results 1 – 2 of 2) sorted by relevance
366 size_t calOutSize; in process() local373 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()
295 size_t calOutSize = outSamples * frameSizeList.size() * sizeof(int16_t); in process() local298 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block); in process()