HomeSort by relevance Sort by last modified time
    Searched refs:queue_length_packets (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/test/
fake_network_pipe.h 36 : queue_length_packets(0),
43 size_t queue_length_packets; member in struct:webrtc::FakeNetworkPipe::Config
fake_network_pipe_unittest.cc 70 config.queue_length_packets = 20;
112 config.queue_length_packets = 20;
149 config.queue_length_packets = 2;
172 config.queue_length_packets = 2;
202 config.queue_length_packets = 20;
260 config.queue_length_packets = 20;
fake_network_pipe.cc 112 if (config_.queue_length_packets > 0 &&
113 capacity_link_.size() >= config_.queue_length_packets) {
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 469 foreman_cif.link.queue_length_packets = 0;
484 foreman_cif.link.queue_length_packets = 32;
499 foreman_cif.link.queue_length_packets = 0;
514 foreman_cif.link.queue_length_packets = 32;
529 foreman_cif.link.queue_length_packets = 32;
loopback.cc 102 pipe_config.queue_length_packets = flags::QueueSize();
rampup_tests.cc 222 forward_transport_config_.queue_length_packets = 100; // Something large.

Completed in 224 milliseconds