/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
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_);
|
producer_fec.h | 46 void SetFecParameters(const FecProtectionParams* params, 82 FecProtectionParams params_; 83 FecProtectionParams new_params_;
|
producer_fec_unittest.cc | 81 FecProtectionParams params = {117, 0, 3, kFecMaskBursty}; 114 FecProtectionParams params = {15, false, 3}; 155 FecProtectionParams params = {15, 0, 3};
|
rtp_sender_video.cc | 216 void RTPSenderVideo::SetFecParameters(const FecProtectionParams* delta_params, 217 const FecProtectionParams* key_params) { 246 FecProtectionParams* fec_params =
|
rtp_rtcp_impl.h | 289 int32_t SetFecParameters(const FecProtectionParams* delta_params, 290 const FecProtectionParams* key_params) override;
|
rtp_sender.h | 295 int32_t SetFecParameters(const FecProtectionParams *delta_params, 296 const FecProtectionParams *key_params);
|
producer_fec.cc | 103 void ProducerFec::SetFecParameters(const FecProtectionParams* params,
|
rtp_rtcp_impl.cc | 847 const FecProtectionParams* delta_params, 848 const FecProtectionParams* key_params) {
|
rtp_sender.cc | [all...] |
rtp_sender_unittest.cc | [all...] |
/external/webrtc/webrtc/modules/video_coding/include/ |
video_coding_defines.h | 130 virtual int ProtectionRequest(const FecProtectionParams* delta_params, 131 const FecProtectionParams* key_params,
|
/external/webrtc/webrtc/modules/video_coding/ |
media_optimization_unittest.cc | 119 int ProtectionRequest(const FecProtectionParams* delta_params, 120 const FecProtectionParams* key_params,
|
media_optimization.cc | 28 FecProtectionParams delta_fec_params; 29 FecProtectionParams key_fec_params;
|
/external/webrtc/webrtc/test/fuzzers/ |
producer_fec_fuzzer.cc | 23 FecProtectionParams params = {data[i++] % 128, data[i++] % 1,
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
rtp_rtcp.h | 635 const FecProtectionParams* delta_params, 636 const FecProtectionParams* key_params) = 0;
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
mock_rtp_rtcp.h | 243 int32_t(const FecProtectionParams* delta_params, 244 const FecProtectionParams* key_params));
|
/external/webrtc/webrtc/video/ |
vie_channel.h | 282 int ProtectionRequest(const FecProtectionParams* delta_fec_params, 283 const FecProtectionParams* key_fec_params,
|
vie_channel.cc | 69 const FecProtectionParams* delta_fec_params, 70 const FecProtectionParams* key_fec_params, [all...] |
/external/webrtc/webrtc/modules/include/ |
module_common_types.h | 433 struct FecProtectionParams {
|