Searched refs:time_last_decrease_ms_ (Results 1 – 2 of 2) sorted by relevance
58 time_last_decrease_ms_(0), in SendSideBandwidthEstimation()219 (now_ms - time_last_decrease_ms_) >= in UpdateEstimate()221 time_last_decrease_ms_ = now_ms; in UpdateEstimate()
83 int64_t time_last_decrease_ms_; variable