Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system_aaudio.cpp195 const int desiredBufferSizeInFrames = wholeMultiplier( in calculateBufferSizeInFrames() local
199 return wholeMultiplier(desiredBufferSizeInFrames, burstSizeInFrames) * burstSizeInFrames; in calculateBufferSizeInFrames()