Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc335 absl::optional<int64_t> alr_start_time_ms) { in SetAlrStartTimeMs() argument
336 if (alr_start_time_ms) { in SetAlrStartTimeMs()
337 alr_start_time_ = Timestamp::Millis(*alr_start_time_ms); in SetAlrStartTimeMs()