Home
last modified time | relevance | path

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

/external/webrtc/modules/pacing/
Dpacing_controller_unittest.cc1494 TimeDelta time_between_probes = clock_.CurrentTime() - start_time; in TEST_P() local
1496 clock_.AdvanceTime(time_between_probes); in TEST_P()
1560 EXPECT_GT(clock_.CurrentTime() - a, time_between_probes); in TEST_P()