HomeSort by relevance Sort by last modified time
    Searched refs:SetRtxSendStatus (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 161 module_->SetRtxSendStatus(kRtxRetransmitted);
164 module_->SetRtxSendStatus(kRtxOff);
167 module_->SetRtxSendStatus(kRtxRetransmitted);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 230 virtual void SetRtxSendStatus(int modes) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 101 MOCK_METHOD1(SetRtxSendStatus, void(int modes));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc 258 rtp_rtcp_module_->SetRtxSendStatus(rtx_method);
rtp_rtcp_impl.h 89 void SetRtxSendStatus(int mode) override;
rtp_rtcp_impl.cc 201 void ModuleRtpRtcpImpl::SetRtxSendStatus(int mode) {
  /external/webrtc/webrtc/video/
vie_channel.h 313 void SetRtxSendStatus(bool enable);
vie_channel.cc 697 SetRtxSendStatus(true);
701 void ViEChannel::SetRtxSendStatus(bool enable) {
705 rtp_rtcp->SetRtxSendStatus(rtx_settings);
    [all...]

Completed in 795 milliseconds