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

  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 162 EXPECT_EQ(kRtxRetransmitted, module_->RtxSendStatus());
165 EXPECT_EQ(kRtxOff, module_->RtxSendStatus());
168 EXPECT_EQ(kRtxRetransmitted, module_->RtxSendStatus());
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 236 virtual int RtxSendStatus() const = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 102 MOCK_CONST_METHOD0(RtxSendStatus, int());
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 90 int RtxSendStatus() const override;
rtp_rtcp_impl.cc 205 int ModuleRtpRtcpImpl::RtxSendStatus() const {
  /external/webrtc/webrtc/video/
vie_channel.cc 260 if (rtp_rtcp_modules_[0]->RtxSendStatus() != kRtxOff) {
    [all...]

Completed in 36 milliseconds