Searched refs:getOutputSampleSize (Results 1 – 1 of 1) sorted by relevance
189 size_t getOutputSampleSize() const { return mOutputFloat ? sizeof(float) : sizeof(int16_t); } in getOutputSampleSize() function in android::FLACParser569 mMaxBufferSize = getMaxBlockSize() * getChannels() * getOutputSampleSize(); in allocateBuffers()620 const size_t bufferSize = blocksize * getChannels() * getOutputSampleSize(); in readBuffer()