Home
last modified time | relevance | path

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

/external/oboe/src/opensles/
DAudioStreamBuffered.cpp27 constexpr int kMinBurstsPerBuffer = 4; // arbitrary, allows dynamic latency tuning variable
46 int32_t minFramesPerBufferByBursts = getFramesPerBurst() * kMinBurstsPerBuffer; in allocateFifo()