Searched refs:minFramesPerBufferByBursts (Results 1 – 1 of 1) sorted by relevance
46 int32_t minFramesPerBufferByBursts = getFramesPerBurst() * kMinBurstsPerBuffer; in allocateFifo() local47 if (capacityFrames <= minFramesPerBufferByBursts) { in allocateFifo()48 capacityFrames = minFramesPerBufferByBursts; in allocateFifo()