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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc 107 EXPECT_EQ(0, module->SetTMMBRStatus(true));
109 EXPECT_EQ(0, module->SetTMMBRStatus(false));
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
general_primitives.cc 83 EXPECT_EQ(0, rtcp_interface->SetTMMBRStatus(video_channel, true));
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.h 78 virtual int SetTMMBRStatus(const int video_channel, const bool enable);
vie_rtp_rtcp_impl.cc 529 int ViERTP_RTCPImpl::SetTMMBRStatus(const int video_channel,
    [all...]
vie_channel.cc 778 return rtp_rtcp_->SetTMMBRStatus(enable);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 573 virtual int32_t SetTMMBRStatus(const bool enable) = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 149 int32_t SetTMMBRStatus(const bool enable);
rtp_rtcp_impl.h 220 virtual int32_t SetTMMBRStatus(const bool enable) OVERRIDE;
rtp_rtcp_impl.cc 850 int32_t ModuleRtpRtcpImpl::SetTMMBRStatus(const bool enable) {
851 return rtcp_sender_.SetTMMBRStatus(enable);
    [all...]
rtcp_sender.cc 361 RTCPSender::SetTMMBRStatus(const bool enable)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
TestSenderReceiver.cc 139 if (_rtp->SetTMMBRStatus(true) != 0)
141 throw "_rtp->SetTMMBRStatus";
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 231 virtual int SetTMMBRStatus(const int video_channel, const bool enable) = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 195 MOCK_METHOD1(SetTMMBRStatus,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_codec.cc 160 EXPECT_EQ(0, rtp_rtcp->SetTMMBRStatus(video_channel, true));
316 EXPECT_EQ(0, rtp_rtcp->SetTMMBRStatus(video_channel, true));
    [all...]
vie_autotest_custom_call.cc 468 error = vie_rtp_rtcp->SetTMMBRStatus(video_channel, true);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h     [all...]

Completed in 154 milliseconds