Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/flac/dec/
DFLACDecoder.cpp303 if (getMaxBlockSize() == 0) { in parseMetadata()
304 ALOGE("wrong max blocksize %u", getMaxBlockSize()); in parseMetadata()
369 if (blocksize == 0 || blocksize > getMaxBlockSize()) { in decodeOneFrame()
DFLACDecoder.h53 unsigned getMaxBlockSize() const { in getMaxBlockSize() function
/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp112 unsigned getMaxBlockSize() const { in getMaxBlockSize() function in android::FLACParser
571 mMaxBufferSize = getMaxBlockSize() * getChannels() * getOutputSampleSize(); in allocateBuffers()
603 if (blocksize == 0 || blocksize > getMaxBlockSize()) { in readBuffer()