Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dpacket_manipulator_unittest.cc42 drop_config_.packet_loss_burst_length = kBurstLength; in PacketManipulatorTest()
47 no_drop_config_.packet_loss_burst_length = kBurstLength; in PacketManipulatorTest()
131 drop_config_.packet_loss_burst_length = 5; in TEST_F()
Dpacket_manipulator.h43 packet_loss_burst_length(1) {} in NetworkingConfig()
65 int packet_loss_burst_length; member
Dpacket_manipulator.cc65 active_burst_packets_ = config_.packet_loss_burst_length - 1; in ManipulatePackets()
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc108 DEFINE_int32(packet_loss_burst_length,
297 config->networking_config.packet_loss_burst_length = in HandleCommandLineFlags()
343 config.networking_config.packet_loss_burst_length); in PrintConfigurationSummary()
412 config.networking_config.packet_loss_burst_length, in PrintPythonOutput()