Home
last modified time | relevance | path

Searched refs:SetRtxSendStatus (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc161 module_->SetRtxSendStatus(kRtxRetransmitted); in TEST_F()
164 module_->SetRtxSendStatus(kRtxOff); in TEST_F()
167 module_->SetRtxSendStatus(kRtxRetransmitted); in TEST_F()
/external/webrtc/webrtc/video/
Dvie_channel.cc697 SetRtxSendStatus(true); in SetRtxSendPayloadType()
701 void ViEChannel::SetRtxSendStatus(bool enable) { in SetRtxSendStatus() function in webrtc::ViEChannel
705 rtp_rtcp->SetRtxSendStatus(rtx_settings); in SetRtxSendStatus()
Dvie_channel.h313 void SetRtxSendStatus(bool enable);
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h230 virtual void SetRtxSendStatus(int modes) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h101 MOCK_METHOD1(SetRtxSendStatus, void(int modes));
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h89 void SetRtxSendStatus(int mode) override;
Dnack_rtx_unittest.cc258 rtp_rtcp_module_->SetRtxSendStatus(rtx_method); in RunRtxTest()
Drtp_rtcp_impl.cc201 void ModuleRtpRtcpImpl::SetRtxSendStatus(int mode) { in SetRtxSendStatus() function in webrtc::ModuleRtpRtcpImpl