Searched refs:SetProtectionParameters (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | ulpfec_generator_unittest.cc | 85 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()
|
D | flexfec_sender.cc | 110 void FlexfecSender::SetProtectionParameters( in SetProtectionParameters() function in webrtc::FlexfecSender 113 ulpfec_generator_.SetProtectionParameters(delta_params, key_params); in SetProtectionParameters()
|
D | video_fec_generator.h | 37 virtual void SetProtectionParameters(
|
D | flexfec_sender_unittest.cc | 58 sender->SetProtectionParameters(params, params); in GenerateSingleFlexfecPacket() 124 sender.SetProtectionParameters(params, params); in TEST() 163 sender.SetProtectionParameters(params, params); in TEST()
|
D | ulpfec_generator.h | 44 void SetProtectionParameters(const FecProtectionParams& delta_params,
|
D | ulpfec_generator.cc | 97 void UlpfecGenerator::SetProtectionParameters( in SetProtectionParameters() function in webrtc::UlpfecGenerator
|
D | rtp_sender_egress.cc | 185 fec_generator_->SetProtectionParameters(new_fec_params->first, in SendPacket()
|
D | rtp_sender_unittest.cc | 1357 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/ |
D | ulpfec_generator_fuzzer.cc | 36 generator.SetProtectionParameters(params, params); in FuzzOneInput()
|
D | flexfec_sender_fuzzer.cc | 44 sender.SetProtectionParameters(params, params); in FuzzOneInput()
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | flexfec_sender.h | 56 void SetProtectionParameters(const FecProtectionParams& delta_params,
|
/external/webrtc/call/ |
D | rtp_video_sender.cc | 868 stream.fec_generator->SetProtectionParameters(*delta_params, in ProtectionRequest()
|