Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_controller.cc295 time_of_last_large_drop_ms_ = at_time_ms; in SetEstimatedBitrate()
333 int64_t time_since_drop_ms = at_time_ms - time_of_last_large_drop_ms_; in RequestProbe()
367 time_of_last_large_drop_ms_ = now_ms; in Reset()
Dprobe_controller.h131 int64_t time_of_last_large_drop_ms_; variable