Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival_unittest.cc24 kBurstThresholdMs = 5, enumerator
88 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
92 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
98 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
105 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
111 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
124 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
128 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
137 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
141 arrival_time += kBurstThresholdMs + 1; in WrapTestHelper()
[all …]
Dremote_bitrate_estimator_unittest_helper.cc574 const int kBurstThresholdMs = 5; in TestGetStatsHelper() local
606 clock_.AdvanceTimeMilliseconds(kBurstThresholdMs + 1); in TestGetStatsHelper()