Searched refs:bitrate_smoother_last_update_time_ (Results 1 – 2 of 2) sorted by relevance
786 if (!bitrate_smoother_last_update_time_ || in MaybeUpdateUplinkBandwidth()787 now_ms - *bitrate_smoother_last_update_time_ >= in MaybeUpdateUplinkBandwidth()792 bitrate_smoother_last_update_time_ = now_ms; in MaybeUpdateUplinkBandwidth()
174 absl::optional<int64_t> bitrate_smoother_last_update_time_; variable