Home
last modified time | relevance | path

Searched refs:burstSizeInFrames (Results 1 – 1 of 1) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system_aaudio.cpp194 int calculateBufferSizeInFrames(int burstSizeInFrames, int bufferSizeMs, int samplingRateHz) { in calculateBufferSizeInFrames() argument
199 return wholeMultiplier(desiredBufferSizeInFrames, burstSizeInFrames) * burstSizeInFrames; in calculateBufferSizeInFrames()