Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dbandwidth_estimator_unittest.cc69 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()
86 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()
125 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()
165 const Clock::time_point end = now + estimator()->history_window(); in TEST_F()
210 const Clock::time_point end = now + estimator()->history_window() / 4; in TEST_F()
Dbandwidth_estimator.h75 Clock::duration history_window() const { return history_window_; } in history_window() function