Searched refs:time_of_last_large_drop_ms_ (Results 1 – 2 of 2) sorted by relevance
295 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()
131 int64_t time_of_last_large_drop_ms_; variable