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