Searched refs:getMaxBlockSize (Results 1 – 3 of 3) sorted by relevance
303 if (getMaxBlockSize() == 0) { in parseMetadata()304 ALOGE("wrong max blocksize %u", getMaxBlockSize()); in parseMetadata()369 if (blocksize == 0 || blocksize > getMaxBlockSize()) { in decodeOneFrame()
53 unsigned getMaxBlockSize() const { in getMaxBlockSize() function
112 unsigned getMaxBlockSize() const { in getMaxBlockSize() function in android::FLACParser571 mMaxBufferSize = getMaxBlockSize() * getChannels() * getOutputSampleSize(); in allocateBuffers()603 if (blocksize == 0 || blocksize > getMaxBlockSize()) { in readBuffer()