Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp81 int32_t burstMicros = 0; in open() local
247 if (burstMicros > 0) { // skip first loop in open()
250 burstMicros = mFramesPerBurst * static_cast<int64_t>(1000000) / getSampleRate(); in open()
251 } while (burstMicros < burstMinMicros); in open()