Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h45 void OnRttBackoff(DataRate backoff_rate, Timestamp at_time);
Dsend_side_bandwidth_estimation.cc145 void LinkCapacityTracker::OnRttBackoff(DataRate backoff_rate, in OnRttBackoff() argument
148 std::min(capacity_estimate_bps_, backoff_rate.bps<double>()); in OnRttBackoff()