/external/webrtc/webrtc/modules/audio_coding/test/ |
delay_test.cc | 37 DEFINE_bool(packet_loss, false, "Apply packet loss, c.f. Channel{.cc, .h}."); 58 bool packet_loss; member in struct:webrtc::__anon27811::TestSettings 139 config.packet_loss ? "with packet-loss" : "no packet-loss"); 142 ConfigChannel(config.packet_loss); 163 void ConfigChannel(bool packet_loss) { 164 channel_a2b_->SetFECTestWithPacketLoss(packet_loss); 259 test_setting.packet_loss = FLAGS_packet_loss;
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
h264_video_toolbox_encoder.h | 45 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
h264_video_toolbox_encoder.cc | 310 int H264VideoToolboxEncoder::SetChannelParameters(uint32_t packet_loss,
|
/external/webrtc/webrtc/test/ |
configurable_frame_size_encoder.h | 40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
fake_encoder.h | 40 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
configurable_frame_size_encoder.cc | 71 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss,
|
fake_encoder.cc | 126 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int64_t rtt) {
|
/external/webrtc/webrtc/video/ |
video_encoder.cc | 154 uint32_t packet_loss, 157 packet_loss_ = packet_loss; 159 int32_t ret = encoder_->SetChannelParameters(packet_loss, rtt); 161 return fallback_encoder_->SetChannelParameters(packet_loss, rtt);
|
video_encoder_unittest.cc | 53 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override {
|
/external/webrtc/webrtc/modules/video_coding/ |
qm_select.h | 209 uint8_t packet_loss); 340 uint8_t packet_loss); 345 uint8_t packet_loss,
|
qm_select.cc | 262 uint8_t packet_loss) { 269 sum_packet_loss_ += static_cast<float>(packet_loss / 255.0); [all...] |
/external/webrtc/tools/python_charts/webrtc/ |
main.py | 117 packet_loss = gviz_api.DataTable(description, data) 119 json_packet_loss_data = packet_loss.ToJSon(helper.GetOrdering(description))
|
/external/webrtc/webrtc/ |
video_encoder.h | 108 // - packet_loss : Fraction lost 113 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/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_encoder_adapter.h | 47 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
vp8_impl.h | 55 virtual int SetChannelParameters(uint32_t packet_loss, int64_t rtt);
|
simulcast_encoder_adapter.cc | 317 int SimulcastEncoderAdapter::SetChannelParameters(uint32_t packet_loss, 320 streaminfos_[stream_idx].encoder->SetChannelParameters(packet_loss, rtt);
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
vp9_impl.h | 46 int SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
|
vp9_impl.cc | 803 int VP9EncoderImpl::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { [all...] |
/external/webrtc/tools/network_emulator/ |
emulate.py | 150 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/ |
videoprocessor_integrationtest.cc | 41 float packet_loss; member in struct:webrtc::CodecConfigPars 425 packet_loss_ = process.packet_loss; 533 float packet_loss, 541 process_settings->packet_loss = packet_loss; [all...] |