Searched refs:SetGenericFECStatus (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_video.h | 66 void SetGenericFECStatus(const bool enable,
|
D | rtp_sender_video.cc | 179 void RTPSenderVideo::SetGenericFECStatus(const bool enable, in SetGenericFECStatus() function in webrtc::RTPSenderVideo
|
D | rtp_rtcp_impl.h | 281 void SetGenericFECStatus(bool enable,
|
D | rtp_rtcp_impl.cc | 833 void ModuleRtpRtcpImpl::SetGenericFECStatus( in SetGenericFECStatus() function in webrtc::ModuleRtpRtcpImpl 837 rtp_sender_.SetGenericFECStatus(enable, payload_type_red, payload_type_fec); in SetGenericFECStatus()
|
D | rtp_sender.h | 287 void SetGenericFECStatus(bool enable,
|
D | rtp_sender.cc | 1796 void RTPSender::SetGenericFECStatus(bool enable, in SetGenericFECStatus() function in webrtc::RTPSender 1800 video_->SetGenericFECStatus(enable, payload_type_red, payload_type_fec); in SetGenericFECStatus()
|
D | rtp_sender_unittest.cc | 1187 rtp_sender_->SetGenericFECStatus(true, kRedPayloadType, kUlpfecPayloadType); in TEST_F()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 615 virtual void SetGenericFECStatus(bool enable,
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 234 MOCK_METHOD3(SetGenericFECStatus,
|
/external/webrtc/webrtc/video/ |
D | vie_channel.cc | 505 rtp_rtcp->SetGenericFECStatus(enable_fec, in SetProtectionMode()
|