Home
last modified time | relevance | path

Searched refs:GenericFECStatus (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h625 void GenericFECStatus(bool& enable, // NOLINT in GenericFECStatus() function
628 GenericFECStatus(&enable, &payloadTypeRED, &payloadTypeFEC); in GenericFECStatus()
630 virtual void GenericFECStatus(bool* enable,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h70 void GenericFECStatus(bool* enable,
Drtp_sender_video.cc193 void RTPSenderVideo::GenericFECStatus(bool* enable, in GenericFECStatus() function in webrtc::RTPSenderVideo
Drtp_rtcp_impl.h285 void GenericFECStatus(bool* enable,
Drtp_rtcp_impl.cc840 void ModuleRtpRtcpImpl::GenericFECStatus(bool* enable, in GenericFECStatus() function in webrtc::ModuleRtpRtcpImpl
843 rtp_sender_.GenericFECStatus(enable, payload_type_red, payload_type_fec); in GenericFECStatus()
Drtp_sender.cc1004 video_->GenericFECStatus(&fec_enabled, &pt_red, &pt_fec); in IsFecPacket()
1803 void RTPSender::GenericFECStatus(bool* enable, in GenericFECStatus() function in webrtc::RTPSender
1807 video_->GenericFECStatus(enable, payload_type_red, payload_type_fec); in GenericFECStatus()
Drtp_sender.h291 void GenericFECStatus(bool* enable,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h238 MOCK_METHOD3(GenericFECStatus,
/external/webrtc/webrtc/video/
Dvie_channel.cc269 rtp_rtcp_modules_[0]->GenericFECStatus(&fec_enabled, &pltype_red, in UpdateHistograms()
543 rtp_rtcp->GenericFECStatus(&fec_enabled, &pltype_red, &pltype_fec); in IsSendingFecEnabled()