/external/webrtc/modules/rtp_rtcp/source/ |
D | ulpfec_generator.h | 44 void SetProtectionParameters(const FecProtectionParams& delta_params, 45 const FecProtectionParams& key_params) override; 65 Params(FecProtectionParams delta_params, 66 FecProtectionParams keyframe_params); 68 FecProtectionParams delta_params; 69 FecProtectionParams keyframe_params; 93 const FecProtectionParams& CurrentParams() const;
|
D | ulpfec_generator.cc | 67 UlpfecGenerator::Params::Params(FecProtectionParams delta_params, in Params() 68 FecProtectionParams keyframe_params) in Params() 98 const FecProtectionParams& delta_params, in SetProtectionParameters() 99 const FecProtectionParams& key_params) { in SetProtectionParameters() 191 const FecProtectionParams& UlpfecGenerator::CurrentParams() const { in CurrentParams()
|
D | rtp_sender_egress.h | 89 void SetFecProtectionParameters(const FecProtectionParams& delta_params, 90 const FecProtectionParams& key_params); 166 absl::optional<std::pair<FecProtectionParams, FecProtectionParams>>
|
D | video_fec_generator.h | 38 const FecProtectionParams& delta_params, 39 const FecProtectionParams& key_params) = 0;
|
D | ulpfec_generator_unittest.cc | 84 FecProtectionParams params = {117, 3, kFecMaskBursty}; in TEST_F() 113 FecProtectionParams params = {15, 3, kFecMaskRandom}; in TEST_F() 150 FecProtectionParams params = {15, 3, kFecMaskRandom}; in TEST_F() 179 FecProtectionParams params = {127, 1, kFecMaskRandom}; in TEST_F()
|
D | flexfec_sender.cc | 111 const FecProtectionParams& delta_params, in SetProtectionParameters() 112 const FecProtectionParams& key_params) { in SetProtectionParameters()
|
D | flexfec_sender_unittest.cc | 52 FecProtectionParams params; in GenerateSingleFlexfecPacket() 114 FecProtectionParams params; in TEST() 153 FecProtectionParams params; in TEST()
|
D | rtp_sender_egress.cc | 178 absl::optional<std::pair<FecProtectionParams, FecProtectionParams>> in SendPacket() 368 const FecProtectionParams& delta_params, in SetFecProtectionParameters() 369 const FecProtectionParams& key_params) { in SetFecProtectionParameters()
|
D | rtp_rtcp_interface.h | 299 const FecProtectionParams& delta_params, 300 const FecProtectionParams& key_params) = 0;
|
D | rtp_rtcp_impl2.h | 151 void SetFecProtectionParams(const FecProtectionParams& delta_params, 152 const FecProtectionParams& key_params) override;
|
D | rtp_rtcp_impl.h | 142 void SetFecProtectionParams(const FecProtectionParams& delta_params, 143 const FecProtectionParams& key_params) override;
|
D | rtp_rtcp_impl2.cc | 341 const FecProtectionParams& delta_params, in SetFecProtectionParams() 342 const FecProtectionParams& key_params) { in SetFecProtectionParams()
|
D | rtp_rtcp_impl.cc | 392 void ModuleRtpRtcpImpl::SetFecProtectionParams(const FecProtectionParams&, in SetFecProtectionParams() argument 393 const FecProtectionParams&) { in SetFecProtectionParams()
|
D | rtp_sender_unittest.cc | 1353 FecProtectionParams params; in TEST_P() 1452 FecProtectionParams params; in TEST_P() 1779 FecProtectionParams params; in TEST_P() 1988 FecProtectionParams fec_params; in TEST_P()
|
/external/webrtc/api/ |
D | fec_controller.h | 28 virtual int ProtectionRequest(const FecProtectionParams* delta_params, 29 const FecProtectionParams* key_params,
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | flexfec_sender.h | 56 void SetProtectionParameters(const FecProtectionParams& delta_params, 57 const FecProtectionParams& key_params) override;
|
/external/webrtc/modules/video_coding/ |
D | fec_controller_unittest.cc | 34 int ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest() 35 const FecProtectionParams* key_params, in ProtectionRequest()
|
D | fec_controller_default.cc | 93 FecProtectionParams delta_fec_params; in UpdateFecRates() 94 FecProtectionParams key_fec_params; in UpdateFecRates()
|
/external/webrtc/modules/include/ |
D | module_fec_types.h | 26 struct FecProtectionParams { struct
|
/external/webrtc/call/ |
D | rtp_video_sender.h | 123 int ProtectionRequest(const FecProtectionParams* delta_params, 124 const FecProtectionParams* key_params,
|
D | rtp_video_sender_interface.h | 29 struct FecProtectionParams;
|
D | rtp_video_sender.cc | 848 int RtpVideoSender::ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest() 849 const FecProtectionParams* key_params, in ProtectionRequest()
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 103 (const FecProtectionParams& delta_params, 104 const FecProtectionParams& key_params),
|
/external/webrtc/test/fuzzers/ |
D | ulpfec_generator_fuzzer.cc | 34 FecProtectionParams params = { in FuzzOneInput()
|
D | flexfec_sender_fuzzer.cc | 41 FecProtectionParams params = { in FuzzOneInput()
|