Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc26 static const int64_t kLogIntervalMs = 1000; variable
92 if (now_ms - time_of_last_log_ > kLogIntervalMs) { in UpdateBandwidthEstimate()