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

  /external/webrtc/webrtc/video/
full_stack.cc 73 foreman_cif.pipe.queue_length_packets = 0;
86 foreman_cif.pipe.queue_length_packets = 32;
98 foreman_cif.pipe.queue_length_packets = 0;
111 foreman_cif.pipe.queue_length_packets = 32;
124 foreman_cif.pipe.queue_length_packets = 32;
video_loopback.cc 201 pipe_config.queue_length_packets = flags::QueueSize();
screenshare_loopback.cc 212 pipe_config.queue_length_packets = flags::QueueSize();
video_quality_test.cc 633 params_.pipe.queue_length_packets != 0) {
    [all...]
  /external/webrtc/webrtc/test/
fake_network_pipe.h 38 size_t queue_length_packets = 0; member in struct:webrtc::FakeNetworkPipe::Config
fake_network_pipe_unittest.cc 75 config.queue_length_packets = 20;
114 config.queue_length_packets = 20;
149 config.queue_length_packets = 2;
172 config.queue_length_packets = 2;
203 config.queue_length_packets = 20;
262 config.queue_length_packets = 20;
fake_network_pipe.cc 109 if (config_.queue_length_packets > 0 &&
110 capacity_link_.size() >= config_.queue_length_packets) {

Completed in 114 milliseconds