Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dfull_stack.cc73 foreman_cif.pipe.queue_length_packets = 0; in TEST_F()
86 foreman_cif.pipe.queue_length_packets = 32; in TEST_F()
98 foreman_cif.pipe.queue_length_packets = 0; in TEST_F()
111 foreman_cif.pipe.queue_length_packets = 32; in TEST_F()
124 foreman_cif.pipe.queue_length_packets = 32; in TEST_F()
Dscreenshare_loopback.cc212 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
Dvideo_loopback.cc201 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
Dvideo_quality_test.cc633 params_.pipe.queue_length_packets != 0) { in CheckParams()
/external/webrtc/webrtc/test/
Dfake_network_pipe_unittest.cc75 config.queue_length_packets = 20; in TEST_F()
114 config.queue_length_packets = 20; in TEST_F()
149 config.queue_length_packets = 2; in TEST_F()
172 config.queue_length_packets = 2; in TEST_F()
203 config.queue_length_packets = 20; in TEST_F()
262 config.queue_length_packets = 20; in TEST_F()
Dfake_network_pipe.cc109 if (config_.queue_length_packets > 0 && in SendPacket()
110 capacity_link_.size() >= config_.queue_length_packets) { in SendPacket()
Dfake_network_pipe.h38 size_t queue_length_packets = 0; member