Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.h60 TimeDelta CorrectedRtt(Timestamp at_time) const;
Dsend_side_bandwidth_estimation.cc177 TimeDelta RttBasedBackoff::CorrectedRtt(Timestamp at_time) const { in CorrectedRtt() function in webrtc::RttBasedBackoff
419 if (rtt_backoff_.CorrectedRtt(at_time) > rtt_backoff_.rtt_limit_) { in UpdateEstimate()