Searched refs:RtxSendStatus (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc162 EXPECT_EQ(kRtxRetransmitted, module_->RtxSendStatus());
165 EXPECT_EQ(kRtxOff, module_->RtxSendStatus());
168 EXPECT_EQ(kRtxRetransmitted, module_->RtxSendStatus());
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp.h236 virtual int RtxSendStatus() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h102 MOCK_CONST_METHOD0(RtxSendStatus, int());
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h90 int RtxSendStatus() const override;
H A Drtp_rtcp_impl.cc205 int ModuleRtpRtcpImpl::RtxSendStatus() const { function in class:webrtc::ModuleRtpRtcpImpl
/external/webrtc/webrtc/video/
H A Dvie_channel.cc260 if (rtp_rtcp_modules_[0]->RtxSendStatus() != kRtxOff) {

Completed in 228 milliseconds