Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp95 int32_t burstMicros = 0; in open() local
187 if (burstMicros > 0) { // skip first loop in open()
190 burstMicros = framesPerBurst * static_cast<int64_t>(1000000) / getSampleRate(); in open()
191 } while (burstMicros < burstMinMicros); in open()