Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc203 last_round_trip_time_(TimeDelta::Zero()), in SendSideBandwidthEstimation()
247 last_round_trip_time_ = TimeDelta::Zero(); in OnRouteChange()
410 last_round_trip_time_ = rtt; in UpdateRtt()
471 at_time, min_bitrate_history_.front().second, last_round_trip_time_); in UpdateEstimate()
512 (kBweDecreaseInterval + last_round_trip_time_)) { in UpdateEstimate()
Dsend_side_bandwidth_estimation.h83 TimeDelta round_trip_time() const { return last_round_trip_time_; } in round_trip_time()
171 TimeDelta last_round_trip_time_; variable