Home
last modified time | relevance | path

Searched refs:FecProtectionParams (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h74 void SetFecParameters(const FecProtectionParams* delta_params,
75 const FecProtectionParams* key_params);
117 FecProtectionParams delta_fec_params_ GUARDED_BY(crit_);
118 FecProtectionParams key_fec_params_ GUARDED_BY(crit_);
Dproducer_fec.h46 void SetFecParameters(const FecProtectionParams* params,
82 FecProtectionParams params_;
83 FecProtectionParams new_params_;
Dproducer_fec_unittest.cc81 FecProtectionParams params = {117, 0, 3, kFecMaskBursty}; in TEST_F()
114 FecProtectionParams params = {15, false, 3}; in TEST_F()
155 FecProtectionParams params = {15, 0, 3}; in TEST_F()
Drtp_sender_video.cc216 void RTPSenderVideo::SetFecParameters(const FecProtectionParams* delta_params, in SetFecParameters()
217 const FecProtectionParams* key_params) { in SetFecParameters()
246 FecProtectionParams* fec_params = in SendVideo()
Drtp_rtcp_impl.h289 int32_t SetFecParameters(const FecProtectionParams* delta_params,
290 const FecProtectionParams* key_params) override;
Drtp_sender.h295 int32_t SetFecParameters(const FecProtectionParams *delta_params,
296 const FecProtectionParams *key_params);
Dproducer_fec.cc103 void ProducerFec::SetFecParameters(const FecProtectionParams* params, in SetFecParameters()
Drtp_rtcp_impl.cc847 const FecProtectionParams* delta_params, in SetFecParameters()
848 const FecProtectionParams* key_params) { in SetFecParameters()
Drtp_sender.cc1811 const FecProtectionParams *delta_params, in SetFecParameters()
1812 const FecProtectionParams *key_params) { in SetFecParameters()
Drtp_sender_unittest.cc1188 FecProtectionParams fec_params; in TEST_F()
/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization_unittest.cc119 int ProtectionRequest(const FecProtectionParams* delta_params, in TEST_F()
120 const FecProtectionParams* key_params, in TEST_F()
Dmedia_optimization.cc28 FecProtectionParams delta_fec_params; in UpdateProtectionCallback()
29 FecProtectionParams key_fec_params; in UpdateProtectionCallback()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h130 virtual int ProtectionRequest(const FecProtectionParams* delta_params,
131 const FecProtectionParams* key_params,
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h635 const FecProtectionParams* delta_params,
636 const FecProtectionParams* key_params) = 0;
/external/webrtc/webrtc/test/fuzzers/
Dproducer_fec_fuzzer.cc23 FecProtectionParams params = {data[i++] % 128, data[i++] % 1, in FuzzOneInput()
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h243 int32_t(const FecProtectionParams* delta_params,
244 const FecProtectionParams* key_params));
/external/webrtc/webrtc/video/
Dvie_channel.h282 int ProtectionRequest(const FecProtectionParams* delta_fec_params,
283 const FecProtectionParams* key_fec_params,
Dvie_channel.cc69 const FecProtectionParams* delta_fec_params, in ProtectionRequest()
70 const FecProtectionParams* key_fec_params, in ProtectionRequest()
1070 int ViEChannel::ProtectionRequest(const FecProtectionParams* delta_fec_params, in ProtectionRequest()
1071 const FecProtectionParams* key_fec_params, in ProtectionRequest()
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h433 struct FecProtectionParams { struct