Searched refs:burstMicros (Results 1 – 1 of 1) sorted by relevance
95 int32_t burstMicros = 0; in open() local187 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()