Searched refs:burstSizeInFrames (Results 1 – 1 of 1) sorted by relevance
194 int calculateBufferSizeInFrames(int burstSizeInFrames, int bufferSizeMs, int samplingRateHz) { in calculateBufferSizeInFrames() argument199 return wholeMultiplier(desiredBufferSizeInFrames, burstSizeInFrames) * burstSizeInFrames; in calculateBufferSizeInFrames()