Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Drate_statistics.cc31 max_window_size_ms_(window_size_ms), in RateStatistics()
32 current_window_size_ms_(max_window_size_ms_) {} in RateStatistics()
41 max_window_size_ms_(other.max_window_size_ms_), in RateStatistics()
53 current_window_size_ms_ = max_window_size_ms_; in Reset()
143 if (window_size_ms <= 0 || window_size_ms > max_window_size_ms_) in SetWindowSize()
Drate_statistics.h100 const int64_t max_window_size_ms_; variable