Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc226 start_plotting_time_ms_(0), in RateCounterFilter()
240 start_plotting_time_ms_(0), in RateCounterFilter()
258 start_plotting_time_ms_ = start_plotting_time_ms; in RateCounterFilter()
278 if (timestamp_ms >= start_plotting_time_ms_) { in Plot()
Dbwe_test_framework.h253 int64_t start_plotting_time_ms_; variable