Searched refs:GenericFECStatus (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 625 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/ |
D | rtp_sender_video.h | 70 void GenericFECStatus(bool* enable,
|
D | rtp_sender_video.cc | 193 void RTPSenderVideo::GenericFECStatus(bool* enable, in GenericFECStatus() function in webrtc::RTPSenderVideo
|
D | rtp_rtcp_impl.h | 285 void GenericFECStatus(bool* enable,
|
D | rtp_rtcp_impl.cc | 840 void ModuleRtpRtcpImpl::GenericFECStatus(bool* enable, in GenericFECStatus() function in webrtc::ModuleRtpRtcpImpl 843 rtp_sender_.GenericFECStatus(enable, payload_type_red, payload_type_fec); in GenericFECStatus()
|
D | rtp_sender.cc | 1004 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()
|
D | rtp_sender.h | 291 void GenericFECStatus(bool* enable,
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 238 MOCK_METHOD3(GenericFECStatus,
|
/external/webrtc/webrtc/video/ |
D | vie_channel.cc | 269 rtp_rtcp_modules_[0]->GenericFECStatus(&fec_enabled, &pltype_red, in UpdateHistograms() 543 rtp_rtcp->GenericFECStatus(&fec_enabled, &pltype_red, &pltype_fec); in IsSendingFecEnabled()
|