Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc81 time_first_throughput_estimate_(Timestamp::MinusInfinity()), in AimdRateControl()
191 if (time_first_throughput_estimate_.IsInfinite()) { in Update()
193 time_first_throughput_estimate_ = at_time; in Update()
194 } else if (at_time - time_first_throughput_estimate_ > in Update()
Daimd_rate_control.h97 Timestamp time_first_throughput_estimate_; variable