Home
last modified time | relevance | path

Searched defs:time_between_packets (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbandwidth_sampler_test.cc165 void Send40PacketsAndAckFirst20(QuicTime::Delta time_between_packets) { in Send40PacketsAndAckFirst20()
190 QuicTime::Delta time_between_packets = QuicTime::Delta::FromMilliseconds(10); in TEST_P() local
219 QuicTime::Delta time_between_packets = QuicTime::Delta::FromMilliseconds(10); in TEST_P() local
285 const QuicTime::Delta time_between_packets = in TEST_P() local
307 const QuicTime::Delta time_between_packets = in TEST_P() local
352 const QuicTime::Delta time_between_packets = in TEST_P() local
401 const QuicTime::Delta time_between_packets = in TEST_P() local
429 const QuicTime::Delta time_between_packets = in TEST_P() local
460 const QuicTime::Delta time_between_packets = in TEST_P() local
527 const QuicTime::Delta time_between_packets = in TEST_P() local
[all …]
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dtrendline_estimator_unittest.cc26 PacketTimeGenerator(int64_t initial_clock, double time_between_packets) in PacketTimeGenerator()
/aosp_15_r20/external/webrtc/modules/pacing/
H A Dpacing_controller_unittest.cc1560 const TimeDelta time_between_packets = next_send_time - clock_.CurrentTime(); in TEST_F() local