Home
last modified time | relevance | path

Searched refs:SetREMBStatus (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_format_remb_unittest.cc109 rtcp_sender_->SetREMBStatus(true); in TEST_F()
111 rtcp_sender_->SetREMBStatus(false); in TEST_F()
Drtp_rtcp_impl.h191 void SetREMBStatus(bool enable) override;
Drtcp_sender.h128 void SetREMBStatus(bool enable);
Drtp_rtcp_impl.cc647 void ModuleRtpRtcpImpl::SetREMBStatus(const bool enable) { in SetREMBStatus() function in webrtc::ModuleRtpRtcpImpl
648 rtcp_sender_.SetREMBStatus(enable); in SetREMBStatus()
Drtcp_sender.cc250 void RTCPSender::SetREMBStatus(bool enable) { in SetREMBStatus() function in webrtc::RTCPSender
Drtcp_sender_unittest.cc513 rtcp_sender_->SetREMBStatus(true); in TEST_F()
/external/webrtc/webrtc/call/
Dcongestion_controller.cc267 rtp_module->SetREMBStatus(sender || receiver); in SetChannelRembStatus()
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp.h489 virtual void SetREMBStatus(bool enable) = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h194 MOCK_METHOD1(SetREMBStatus, void(const bool enable));
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc876 rtcp_sender.SetREMBStatus(true); in TEST_F()
1030 rtp_rtcp_->SetREMBStatus(true); in TEST_F()