Searched refs:last_low_bitrate_log_ (Results 1 – 2 of 2) sorted by relevance
197 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()
164 Timestamp last_low_bitrate_log_; variable