Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc46 time_of_last_log_(-1), in AimdRateControl()
92 if (now_ms - time_of_last_log_ > kLogIntervalMs) { in UpdateBandwidthEstimate()
93 time_of_last_log_ = now_ms; in UpdateBandwidthEstimate()
Daimd_rate_control.h82 int64_t time_of_last_log_; variable