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