Home
last modified time | relevance | path

Searched refs:SetFecProtectionParams (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h102 SetFecProtectionParams,
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2.h151 void SetFecProtectionParams(const FecProtectionParams& delta_params,
Drtp_rtcp_interface.h298 virtual void SetFecProtectionParams(
Drtp_rtcp_impl.h142 void SetFecProtectionParams(const FecProtectionParams& delta_params,
Drtp_rtcp_impl2.cc340 void ModuleRtpRtcpImpl2::SetFecProtectionParams( in SetFecProtectionParams() function in webrtc::ModuleRtpRtcpImpl2
Drtp_rtcp_impl.cc392 void ModuleRtpRtcpImpl::SetFecProtectionParams(const FecProtectionParams&, in SetFecProtectionParams() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/call/
Drtp_video_sender.cc858 stream.rtp_rtcp->SetFecProtectionParams(*delta_params, *key_params); in ProtectionRequest()