Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc329 TEST_F(RtpRtcpImplTest, SetRtcpXrRrtrStatus) { in TEST_F() argument
331 receiver_.impl_->SetRtcpXrRrtrStatus(true); in TEST_F()
336 receiver_.impl_->SetRtcpXrRrtrStatus(true); in TEST_F()
Drtp_rtcp_impl.h244 void SetRtcpXrRrtrStatus(bool enable) override;
Drtp_rtcp_impl.cc570 void ModuleRtpRtcpImpl::SetRtcpXrRrtrStatus(bool enable) { in SetRtcpXrRrtrStatus() function in webrtc::ModuleRtpRtcpImpl
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h480 virtual void SetRtcpXrRrtrStatus(bool enable) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h188 MOCK_METHOD1(SetRtcpXrRrtrStatus,
/external/webrtc/webrtc/video/
Dvie_channel.h115 void SetRtcpXrRrtrStatus(bool enable);
Dvideo_receive_stream.cc249 vie_channel_->SetRtcpXrRrtrStatus(true); in VideoReceiveStream()
Dvie_channel.cc657 void ViEChannel::SetRtcpXrRrtrStatus(bool enable) { in SetRtcpXrRrtrStatus() function in webrtc::ViEChannel
658 rtp_rtcp_modules_[0]->SetRtcpXrRrtrStatus(enable); in SetRtcpXrRrtrStatus()