Searched refs:kJitterScaleLowThreshold (Results 1 – 1 of 1) sorted by relevance
395 static const double kJitterScaleLowThreshold = 5.0; in GetJitterEstimate() local399 if (fps < kJitterScaleLowThreshold) { in GetJitterEstimate()410 (1.0 / (kJitterScaleHighThreshold - kJitterScaleLowThreshold)) * in GetJitterEstimate()411 (fps - kJitterScaleLowThreshold) * jitterMS; in GetJitterEstimate()