Searched refs:FecProtectionParams (Results 1 – 19 of 19) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.h | 74 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_);
|
D | producer_fec.h | 46 void SetFecParameters(const FecProtectionParams* params, 82 FecProtectionParams params_; 83 FecProtectionParams new_params_;
|
D | producer_fec_unittest.cc | 81 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()
|
D | rtp_sender_video.cc | 216 void RTPSenderVideo::SetFecParameters(const FecProtectionParams* delta_params, in SetFecParameters() 217 const FecProtectionParams* key_params) { in SetFecParameters() 246 FecProtectionParams* fec_params = in SendVideo()
|
D | rtp_rtcp_impl.h | 289 int32_t SetFecParameters(const FecProtectionParams* delta_params, 290 const FecProtectionParams* key_params) override;
|
D | rtp_sender.h | 295 int32_t SetFecParameters(const FecProtectionParams *delta_params, 296 const FecProtectionParams *key_params);
|
D | producer_fec.cc | 103 void ProducerFec::SetFecParameters(const FecProtectionParams* params, in SetFecParameters()
|
D | rtp_rtcp_impl.cc | 847 const FecProtectionParams* delta_params, in SetFecParameters() 848 const FecProtectionParams* key_params) { in SetFecParameters()
|
D | rtp_sender.cc | 1811 const FecProtectionParams *delta_params, in SetFecParameters() 1812 const FecProtectionParams *key_params) { in SetFecParameters()
|
D | rtp_sender_unittest.cc | 1188 FecProtectionParams fec_params; in TEST_F()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | media_optimization_unittest.cc | 119 int ProtectionRequest(const FecProtectionParams* delta_params, in TEST_F() 120 const FecProtectionParams* key_params, in TEST_F()
|
D | media_optimization.cc | 28 FecProtectionParams delta_fec_params; in UpdateProtectionCallback() 29 FecProtectionParams key_fec_params; in UpdateProtectionCallback()
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_coding_defines.h | 130 virtual int ProtectionRequest(const FecProtectionParams* delta_params, 131 const FecProtectionParams* key_params,
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 635 const FecProtectionParams* delta_params, 636 const FecProtectionParams* key_params) = 0;
|
/external/webrtc/webrtc/test/fuzzers/ |
D | producer_fec_fuzzer.cc | 23 FecProtectionParams params = {data[i++] % 128, data[i++] % 1, in FuzzOneInput()
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 243 int32_t(const FecProtectionParams* delta_params, 244 const FecProtectionParams* key_params));
|
/external/webrtc/webrtc/video/ |
D | vie_channel.h | 282 int ProtectionRequest(const FecProtectionParams* delta_fec_params, 283 const FecProtectionParams* key_fec_params,
|
D | vie_channel.cc | 69 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/ |
D | module_common_types.h | 433 struct FecProtectionParams { struct
|