Searched refs:CorrectedRtt (Results 1 – 2 of 2) sorted by relevance
60 TimeDelta CorrectedRtt(Timestamp at_time) const;
177 TimeDelta RttBasedBackoff::CorrectedRtt(Timestamp at_time) const { in CorrectedRtt() function in webrtc::RttBasedBackoff419 if (rtt_backoff_.CorrectedRtt(at_time) > rtt_backoff_.rtt_limit_) { in UpdateEstimate()