Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_generator.h44 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;
Dulpfec_generator.cc67 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()
Drtp_sender_egress.h89 void SetFecProtectionParameters(const FecProtectionParams& delta_params,
90 const FecProtectionParams& key_params);
166 absl::optional<std::pair<FecProtectionParams, FecProtectionParams>>
Dvideo_fec_generator.h38 const FecProtectionParams& delta_params,
39 const FecProtectionParams& key_params) = 0;
Dulpfec_generator_unittest.cc84 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()
Dflexfec_sender.cc111 const FecProtectionParams& delta_params, in SetProtectionParameters()
112 const FecProtectionParams& key_params) { in SetProtectionParameters()
Dflexfec_sender_unittest.cc52 FecProtectionParams params; in GenerateSingleFlexfecPacket()
114 FecProtectionParams params; in TEST()
153 FecProtectionParams params; in TEST()
Drtp_sender_egress.cc178 absl::optional<std::pair<FecProtectionParams, FecProtectionParams>> in SendPacket()
368 const FecProtectionParams& delta_params, in SetFecProtectionParameters()
369 const FecProtectionParams& key_params) { in SetFecProtectionParameters()
Drtp_rtcp_interface.h299 const FecProtectionParams& delta_params,
300 const FecProtectionParams& key_params) = 0;
Drtp_rtcp_impl2.h151 void SetFecProtectionParams(const FecProtectionParams& delta_params,
152 const FecProtectionParams& key_params) override;
Drtp_rtcp_impl.h142 void SetFecProtectionParams(const FecProtectionParams& delta_params,
143 const FecProtectionParams& key_params) override;
Drtp_rtcp_impl2.cc341 const FecProtectionParams& delta_params, in SetFecProtectionParams()
342 const FecProtectionParams& key_params) { in SetFecProtectionParams()
Drtp_rtcp_impl.cc392 void ModuleRtpRtcpImpl::SetFecProtectionParams(const FecProtectionParams&, in SetFecProtectionParams() argument
393 const FecProtectionParams&) { in SetFecProtectionParams()
Drtp_sender_unittest.cc1353 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/
Dfec_controller.h28 virtual int ProtectionRequest(const FecProtectionParams* delta_params,
29 const FecProtectionParams* key_params,
/external/webrtc/modules/rtp_rtcp/include/
Dflexfec_sender.h56 void SetProtectionParameters(const FecProtectionParams& delta_params,
57 const FecProtectionParams& key_params) override;
/external/webrtc/modules/video_coding/
Dfec_controller_unittest.cc34 int ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest()
35 const FecProtectionParams* key_params, in ProtectionRequest()
Dfec_controller_default.cc93 FecProtectionParams delta_fec_params; in UpdateFecRates()
94 FecProtectionParams key_fec_params; in UpdateFecRates()
/external/webrtc/modules/include/
Dmodule_fec_types.h26 struct FecProtectionParams { struct
/external/webrtc/call/
Drtp_video_sender.h123 int ProtectionRequest(const FecProtectionParams* delta_params,
124 const FecProtectionParams* key_params,
Drtp_video_sender_interface.h29 struct FecProtectionParams;
Drtp_video_sender.cc848 int RtpVideoSender::ProtectionRequest(const FecProtectionParams* delta_params, in ProtectionRequest()
849 const FecProtectionParams* key_params, in ProtectionRequest()
/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h103 (const FecProtectionParams& delta_params,
104 const FecProtectionParams& key_params),
/external/webrtc/test/fuzzers/
Dulpfec_generator_fuzzer.cc34 FecProtectionParams params = { in FuzzOneInput()
Dflexfec_sender_fuzzer.cc41 FecProtectionParams params = { in FuzzOneInput()