Home
last modified time | relevance | path

Searched refs:packet_loss (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
Ddelay_test.cc37 DEFINE_bool(packet_loss, false, "Apply packet loss, c.f. Channel{.cc, .h}.");
58 bool packet_loss; member
139 config.packet_loss ? "with packet-loss" : "no packet-loss"); in ApplyConfig()
142 ConfigChannel(config.packet_loss); in ApplyConfig()
163 void ConfigChannel(bool packet_loss) { in ConfigChannel() argument
164 channel_a2b_->SetFECTestWithPacketLoss(packet_loss); in ConfigChannel()
259 test_setting.packet_loss = FLAGS_packet_loss; in main()
/external/webrtc/webrtc/video/
Dvideo_encoder.cc154 uint32_t packet_loss, in SetChannelParameters() argument
157 packet_loss_ = packet_loss; in SetChannelParameters()
159 int32_t ret = encoder_->SetChannelParameters(packet_loss, rtt); in SetChannelParameters()
161 return fallback_encoder_->SetChannelParameters(packet_loss, rtt); in SetChannelParameters()
Dvideo_encoder_unittest.cc53 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override { in SetChannelParameters() argument
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.h209 uint8_t packet_loss);
340 uint8_t packet_loss);
345 uint8_t packet_loss,
Dqm_select.cc262 uint8_t packet_loss) { in UpdateRates() argument
269 sum_packet_loss_ += static_cast<float>(packet_loss / 255.0); in UpdateRates()
924 uint8_t packet_loss) { in AdjustFecFactor() argument
940 prev_packet_loss_ = packet_loss; in AdjustFecFactor()
948 uint8_t packet_loss, in SetUepProtection() argument
/external/webrtc/tools/python_charts/webrtc/
Dmain.py117 packet_loss = gviz_api.DataTable(description, data)
119 json_packet_loss_data = packet_loss.ToJSon(helper.GetOrdering(description))
/external/webrtc/webrtc/
Dvideo_encoder.h113 virtual int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) = 0;
150 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
/external/webrtc/tools/network_emulator/
Demulate.py150 if options.packet_loss is not _DEFAULT_PRESET.packet_loss_percent:
151 connection_config.packet_loss_percent = options.packet_loss
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc41 float packet_loss; member
425 packet_loss_ = process.packet_loss; in ProcessFramesAndVerify()
533 float packet_loss, in SetCodecParameters() argument
541 process_settings->packet_loss = packet_loss; in SetCodecParameters()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.h45 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dh264_video_toolbox_encoder.cc310 int H264VideoToolboxEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() argument
/external/webrtc/webrtc/test/
Dconfigurable_frame_size_encoder.h40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dconfigurable_frame_size_encoder.cc71 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() argument
Dfake_encoder.h40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dfake_encoder.cc126 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { in SetChannelParameters() argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.h47 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dvp8_impl.h55 virtual int SetChannelParameters(uint32_t packet_loss, int64_t rtt);
Dsimulcast_encoder_adapter.cc317 int SimulcastEncoderAdapter::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() argument
320 streaminfos_[stream_idx].encoder->SetChannelParameters(packet_loss, rtt); in SetChannelParameters()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h46 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
Dvp9_impl.cc803 int VP9EncoderImpl::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { in SetChannelParameters() argument