Searched defs:getMaxBlockSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp87 unsigned getMaxBlockSize() const { function in class:android::FLACParser
637 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
671 if (blocksize == 0 || blocksize > getMaxBlockSize()) {

Completed in 8 milliseconds