Home
last modified time | relevance | path

Searched refs:rttMultAddCapMs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/
Djitter_estimator.cc383 absl::optional<double> rttMultAddCapMs) { in GetJitterEstimate() argument
393 if (rttMultAddCapMs.has_value()) { in GetJitterEstimate()
395 std::min(_rttFilter.RttMs() * rttMultiplier, rttMultAddCapMs.value()); in GetJitterEstimate()
Djitter_estimator.h50 absl::optional<double> rttMultAddCapMs);