Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc52 last_low_bitrate_log_ms_(-1), in SendSideBandwidthEstimation()
275 if (last_low_bitrate_log_ms_ == -1 || in CapBitrateToThresholds()
276 now_ms - last_low_bitrate_log_ms_ > kLowBitrateLogPeriodMs) { in CapBitrateToThresholds()
280 last_low_bitrate_log_ms_ = now_ms; in CapBitrateToThresholds()
Dsend_side_bandwidth_estimation.h75 int64_t last_low_bitrate_log_ms_; variable