Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h66 void SetGenericFECStatus(const bool enable,
Drtp_sender_video.cc179 void RTPSenderVideo::SetGenericFECStatus(const bool enable, in SetGenericFECStatus() function in webrtc::RTPSenderVideo
Drtp_rtcp_impl.h281 void SetGenericFECStatus(bool enable,
Drtp_rtcp_impl.cc833 void ModuleRtpRtcpImpl::SetGenericFECStatus( in SetGenericFECStatus() function in webrtc::ModuleRtpRtcpImpl
837 rtp_sender_.SetGenericFECStatus(enable, payload_type_red, payload_type_fec); in SetGenericFECStatus()
Drtp_sender.h287 void SetGenericFECStatus(bool enable,
Drtp_sender.cc1796 void RTPSender::SetGenericFECStatus(bool enable, in SetGenericFECStatus() function in webrtc::RTPSender
1800 video_->SetGenericFECStatus(enable, payload_type_red, payload_type_fec); in SetGenericFECStatus()
Drtp_sender_unittest.cc1187 rtp_sender_->SetGenericFECStatus(true, kRedPayloadType, kUlpfecPayloadType); in TEST_F()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h615 virtual void SetGenericFECStatus(bool enable,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h234 MOCK_METHOD3(SetGenericFECStatus,
/external/webrtc/webrtc/video/
Dvie_channel.cc505 rtp_rtcp->SetGenericFECStatus(enable_fec, in SetProtectionMode()