Home
last modified time | relevance | path

Searched refs:SetProtectionParameters (Results 1 – 12 of 12) 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()
Dflexfec_sender.cc110 void FlexfecSender::SetProtectionParameters( in SetProtectionParameters() function in webrtc::FlexfecSender
113 ulpfec_generator_.SetProtectionParameters(delta_params, key_params); in SetProtectionParameters()
Dvideo_fec_generator.h37 virtual void SetProtectionParameters(
Dflexfec_sender_unittest.cc58 sender->SetProtectionParameters(params, params); in GenerateSingleFlexfecPacket()
124 sender.SetProtectionParameters(params, params); in TEST()
163 sender.SetProtectionParameters(params, params); in TEST()
Dulpfec_generator.h44 void SetProtectionParameters(const FecProtectionParams& delta_params,
Dulpfec_generator.cc97 void UlpfecGenerator::SetProtectionParameters( in SetProtectionParameters() function in webrtc::UlpfecGenerator
Drtp_sender_egress.cc185 fec_generator_->SetProtectionParameters(new_fec_params->first, in SendPacket()
Drtp_sender_unittest.cc1357 flexfec_sender.SetProtectionParameters(params, params); in TEST_P()
1459 flexfec_sender.SetProtectionParameters(params, params); in TEST_P()
1786 flexfec_sender.SetProtectionParameters(params, params); in TEST_P()
1995 ulpfec_generator.SetProtectionParameters(fec_params, fec_params); in TEST_P()
/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.h56 void SetProtectionParameters(const FecProtectionParams& delta_params,
/external/webrtc/call/
Drtp_video_sender.cc868 stream.fec_generator->SetProtectionParameters(*delta_params, in ProtectionRequest()