Home
last modified time | relevance | path

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

/external/webrtc/call/
Dfake_network_pipe_unittest.cc390 int num_bursts = 0; in TEST_F() local
395 ++num_bursts; in TEST_F()
398 double average_burst_length = static_cast<double>(lost_packets) / num_bursts; in TEST_F()