Searched refs: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
588 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
622 if (blocksize == 0 || blocksize > getMaxBlockSize()) {

Completed in 27 milliseconds