Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc334 int64_t time_since_probe_ms = at_time_ms - last_bwe_drop_probing_time_ms_; in RequestProbe()
342 (at_time_ms - last_bwe_drop_probing_time_ms_) / 1000); in RequestProbe()
343 last_bwe_drop_probing_time_ms_ = at_time_ms; in RequestProbe()
364 last_bwe_drop_probing_time_ms_ = now_ms; in Reset()
Dprobe_controller.h127 int64_t last_bwe_drop_probing_time_ms_; variable