Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp254 int32_t burstMicros = 0; in configureDataInformation() local
257 if (burstMicros > 0) { // skip first loop in configureDataInformation()
260 burstMicros = deviceFramesPerBurst * static_cast<int64_t>(1000000) / getDeviceSampleRate(); in configureDataInformation()
261 } while (burstMicros < burstMinMicros); in configureDataInformation()