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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 329 TEST_F(RtpRtcpImplTest, SetRtcpXrRrtrStatus) {
331 receiver_.impl_->SetRtcpXrRrtrStatus(true);
336 receiver_.impl_->SetRtcpXrRrtrStatus(true);
rtp_rtcp_impl.h 244 void SetRtcpXrRrtrStatus(bool enable) override;
rtp_rtcp_impl.cc 570 void ModuleRtpRtcpImpl::SetRtcpXrRrtrStatus(bool enable) {
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 480 virtual void SetRtcpXrRrtrStatus(bool enable) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 188 MOCK_METHOD1(SetRtcpXrRrtrStatus,
  /external/webrtc/webrtc/video/
vie_channel.h 115 void SetRtcpXrRrtrStatus(bool enable);
video_receive_stream.cc 249 vie_channel_->SetRtcpXrRrtrStatus(true);
vie_channel.cc 657 void ViEChannel::SetRtcpXrRrtrStatus(bool enable) {
658 rtp_rtcp_modules_[0]->SetRtcpXrRrtrStatus(enable);
    [all...]

Completed in 144 milliseconds