Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp189 size_t getOutputSampleSize() const { return mOutputFloat ? sizeof(float) : sizeof(int16_t); } in getOutputSampleSize() function in android::FLACParser
569 mMaxBufferSize = getMaxBlockSize() * getChannels() * getOutputSampleSize(); in allocateBuffers()
620 const size_t bufferSize = blocksize * getChannels() * getOutputSampleSize(); in readBuffer()