Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc58 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()
Dsend_side_bandwidth_estimation.h83 int64_t time_last_decrease_ms_; variable