Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc197 last_low_bitrate_log_(Timestamp::MinusInfinity()), in SendSideBandwidthEstimation()
241 last_low_bitrate_log_ = Timestamp::MinusInfinity(); in OnRouteChange()
595 if (at_time - last_low_bitrate_log_ > kLowBitrateLogPeriod) { in MaybeLogLowBitrateWarning()
599 last_low_bitrate_log_ = at_time; in MaybeLogLowBitrateWarning()
Dsend_side_bandwidth_estimation.h164 Timestamp last_low_bitrate_log_; variable