Searched refs:last_low_bitrate_log_ms_ (Results 1 – 2 of 2) sorted by relevance
52 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()
75 int64_t last_low_bitrate_log_ms_; variable