Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator_unittest.cc26 PacketTimeGenerator(int64_t initial_clock, double time_between_packets) in PacketTimeGenerator() argument
28 time_between_packets_(time_between_packets), in PacketTimeGenerator()
/external/webrtc/modules/pacing/
Dpacing_controller_unittest.cc1804 const TimeDelta time_between_packets = next_send_time - clock_.CurrentTime(); in TEST_P() local
1809 clock_.AdvanceTime((time_between_packets * 3) - kOffset); in TEST_P()