Home
last modified time | relevance | path

Searched refs:SetProtectionParameters (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_generator_unittest.cc85 ulpfec_generator_.SetProtectionParameters(params, params); in TEST_F()
116 ulpfec_generator_.SetProtectionParameters(params, params); in TEST_F()
152 ulpfec_generator_.SetProtectionParameters(params, params); in TEST_F()
180 ulpfec_generator_.SetProtectionParameters(params, params); in TEST_F()
226 ulpfec_generator_.SetProtectionParameters(kDeltaFrameParams, kKeyFrameParams); in TEST_F()
Dflexfec_sender.cc111 void FlexfecSender::SetProtectionParameters( in SetProtectionParameters() function in webrtc::FlexfecSender
114 ulpfec_generator_.SetProtectionParameters(delta_params, key_params); in SetProtectionParameters()
Dvideo_fec_generator.h37 virtual void SetProtectionParameters(
Dflexfec_sender_unittest.cc64 sender->SetProtectionParameters(params, params); in GenerateSingleFlexfecPacket()
130 sender.SetProtectionParameters(params, params); in TEST()
169 sender.SetProtectionParameters(params, params); in TEST()
Dulpfec_generator.h44 void SetProtectionParameters(const FecProtectionParams& delta_params,
Dulpfec_generator.cc96 void UlpfecGenerator::SetProtectionParameters( in SetProtectionParameters() function in webrtc::UlpfecGenerator
Drtp_sender_egress.cc182 fec_generator_->SetProtectionParameters(new_fec_params->first, in SendPacket()
/external/webrtc/test/fuzzers/
Dulpfec_generator_fuzzer.cc36 generator.SetProtectionParameters(params, params); in FuzzOneInput()
Dflexfec_sender_fuzzer.cc44 sender.SetProtectionParameters(params, params); in FuzzOneInput()
/external/webrtc/modules/rtp_rtcp/include/
Dflexfec_sender.h57 void SetProtectionParameters(const FecProtectionParams& delta_params,