HomeSort by relevance Sort by last modified time
    Searched refs:calOutSize (Results 1 - 2 of 2) sorted by null

  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 363 size_t calOutSize;
370 calOutSize = std::accumulate(decodedSizes.begin(), decodedSizes.end(), 0);
372 calOutSize += kPVMP3DecoderDelay * numChannels * sizeof(int16_t);
377 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block);
405 mConfig->outputFrameSize = (calOutSize - outSize);
470 if (calOutSize >=
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrDec.cpp 293 size_t calOutSize = outSamples * frameSizeList.size() * sizeof(int16_t);
296 c2_status_t err = pool->fetchLinearBlock(calOutSize, usage, &block);

Completed in 200 milliseconds