Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc199 const bool in_alr = alr_start_time_ms_.has_value(); in OnMaxTotalAllocatedBitrate()
309 alr_start_time_ms_ = alr_start_time_ms; in SetAlrStartTimeMs()
323 bool in_alr = alr_start_time_ms_.has_value(); in RequestProbe()
386 if (alr_start_time_ms_ && estimated_bitrate_bps_ > 0) { in Process()
388 std::max(*alr_start_time_ms_, time_last_probing_initiated_ms_) + in Process()
Dprobe_controller.h128 absl::optional<int64_t> alr_start_time_ms_; variable