Home
last modified time | relevance | path

Searched refs:time_last_decrease_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc116 time_last_decrease_(Timestamp::MinusInfinity()), in LossBasedBandwidthEstimation()
177 (at_time - time_last_decrease_ >= in Update()
201 time_last_decrease_ = at_time; in Update()
Dsend_side_bandwidth_estimation.cc206 time_last_decrease_(Timestamp::MinusInfinity()), in SendSideBandwidthEstimation()
250 time_last_decrease_ = Timestamp::MinusInfinity(); in OnRouteChange()
420 if (at_time - time_last_decrease_ >= rtt_backoff_.drop_interval_ && in UpdateEstimate()
422 time_last_decrease_ = at_time; in UpdateEstimate()
511 (at_time - time_last_decrease_) >= in UpdateEstimate()
513 time_last_decrease_ = at_time; in UpdateEstimate()
Dloss_based_bandwidth_estimation.h75 Timestamp time_last_decrease_; variable
Dsend_side_bandwidth_estimation.h178 Timestamp time_last_decrease_; variable