Searched refs:kJitterScaleLowThreshold (Results 1 – 1 of 1) sorted by relevance
402 static const double kJitterScaleLowThreshold = 5.0; in GetJitterEstimate() local406 if (fps < kJitterScaleLowThreshold) { in GetJitterEstimate()417 (1.0 / (kJitterScaleHighThreshold - kJitterScaleLowThreshold)) * in GetJitterEstimate()418 (fps - kJitterScaleLowThreshold) * jitterMS; in GetJitterEstimate()