Searched refs:time_last_decrease_ (Results 1 – 4 of 4) sorted by relevance
116 time_last_decrease_(Timestamp::MinusInfinity()), in LossBasedBandwidthEstimation()177 (at_time - time_last_decrease_ >= in Update()201 time_last_decrease_ = at_time; in Update()
206 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()
75 Timestamp time_last_decrease_; variable
178 Timestamp time_last_decrease_; variable