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

  /external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 150 module_->SetTMMBRStatus(true);
152 module_->SetTMMBRStatus(false);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 499 virtual void SetTMMBRStatus(bool enable) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 200 MOCK_METHOD1(SetTMMBRStatus, void(const bool enable));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 134 void SetTMMBRStatus(bool enable);
rtp_rtcp_impl.h 199 void SetTMMBRStatus(bool enable) override;
rtcp_sender_unittest.cc 699 rtcp_sender_->SetTMMBRStatus(true);
710 rtcp_sender_->SetTMMBRStatus(false);
rtp_rtcp_impl.cc 672 void ModuleRtpRtcpImpl::SetTMMBRStatus(const bool enable) {
673 rtcp_sender_.SetTMMBRStatus(enable);
rtcp_sender.cc 273 void RTCPSender::SetTMMBRStatus(bool enable) {
    [all...]
  /external/webrtc/webrtc/video/
vie_channel.cc 662 rtp_rtcp_modules_[0]->SetTMMBRStatus(enable);
    [all...]

Completed in 4437 milliseconds