Home
last modified time | relevance | path

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

/external/webrtc/video/
Dfull_stack_tests.cc285 foreman_cif.config->queue_length_packets = 30; in TEST()
307 foreman_cif.config->queue_length_packets = 10; in TEST()
512 foreman_cif.config->queue_length_packets = 0; in TEST()
529 foreman_cif.config->queue_length_packets = 32; in TEST()
546 foreman_cif.config->queue_length_packets = 0; in TEST()
564 foreman_cif.config->queue_length_packets = 32; in TEST()
582 foreman_cif.config->queue_length_packets = 32; in TEST()
599 foreman_cif.config->queue_length_packets = 32; in TEST()
621 conf_motion_hd.config->queue_length_packets = 32; in TEST()
647 conf_motion_hd.config->queue_length_packets = 50; in TEST()
[all …]
Dpc_full_stack_tests.cc422 config.queue_length_packets = 30; in TEST()
453 config.queue_length_packets = 10; in TEST()
766 config.queue_length_packets = 0; in TEST()
791 config.queue_length_packets = 32; in TEST()
817 config.queue_length_packets = 0; in TEST()
843 config.queue_length_packets = 32; in TEST()
890 config.queue_length_packets = 32; in TEST()
917 config.queue_length_packets = 32; in TEST()
946 config.queue_length_packets = 50; in TEST()
1100 config.queue_length_packets = 32; in TEST()
Dscreenshare_loopback.cc317 pipe_config.queue_length_packets = QueueSize(); in Loopback()
Dvideo_loopback.cc368 pipe_config.queue_length_packets = QueueSize(); in Loopback()
Dsv_loopback.cc596 pipe_config.queue_length_packets = QueueSize(); in Loopback()
Dvideo_quality_test.cc484 params_.config->queue_length_packets != 0) { in CheckParamsAndInjectionComponents()
/external/webrtc/call/
Dfake_network_pipe_unittest.cc75 config.queue_length_packets = 20; in TEST_F()
115 config.queue_length_packets = 20; in TEST_F()
151 config.queue_length_packets = 2; in TEST_F()
175 config.queue_length_packets = 2; in TEST_F()
207 config.queue_length_packets = 20; in TEST_F()
269 config.queue_length_packets = 20; in TEST_F()
317 config.queue_length_packets = 1000; in TEST_F()
370 config.queue_length_packets = kNumPackets; in TEST_F()
Dsimulated_network.cc133 if (state.config.queue_length_packets > 0 && in EnqueuePacket()
134 capacity_link_.size() >= state.config.queue_length_packets) { in EnqueuePacket()
Dcall_factory.cc53 config.queue_length_packets = queue_length; in ParseDegradationConfig()
/external/webrtc/api/test/
Dsimulated_network.h51 size_t queue_length_packets = 0; member
Dnetwork_emulation_manager.cc54 config_.queue_length_packets = max_queue_length_in_packets; in packet_queue_length()
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.cc90 pipe_config.queue_length_packets = 1500; in GetNetworkPipeConfig()
Daudio_bwe_integration_test.cc137 pipe_config.queue_length_packets = 1500; in GetNetworkPipeConfig()
Dpc_low_bandwidth_audio_test.cc156 config.queue_length_packets = 1500; in TEST()
/external/webrtc/test/scenario/
Dnetwork_node.cc33 sim_config.queue_length_packets = in CreateSimulationConfig()