Searched refs:SetTMMBRStatus (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc103 EXPECT_EQ(0, module->SetTMMBRStatus(true));
105 EXPECT_EQ(0, module->SetTMMBRStatus(false));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dgeneral_primitives.cc83 EXPECT_EQ(0, rtcp_interface->SetTMMBRStatus(video_channel, true));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.h81 virtual int SetTMMBRStatus(const int video_channel, const bool enable);
H A Dvie_rtp_rtcp_impl.cc538 int ViERTP_RTCPImpl::SetTMMBRStatus(const int video_channel, function in class:webrtc::ViERTP_RTCPImpl
H A Dvie_channel.cc809 return rtp_rtcp_->SetTMMBRStatus(enable);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DTestSenderReceiver.cc139 if (_rtp->SetTMMBRStatus(true) != 0)
141 throw "_rtp->SetTMMBRStatus";
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h245 virtual int SetTMMBRStatus(const int video_channel, const bool enable) = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_rtcp.h562 virtual int32_t SetTMMBRStatus(const bool enable) = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h207 MOCK_METHOD1(SetTMMBRStatus,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h144 int32_t SetTMMBRStatus(const bool enable);
H A Drtp_rtcp_impl.h219 virtual int32_t SetTMMBRStatus(const bool enable) OVERRIDE;
H A Drtp_rtcp_impl.cc906 int32_t ModuleRtpRtcpImpl::SetTMMBRStatus(const bool enable) { function in class:webrtc::ModuleRtpRtcpImpl
907 return rtcp_sender_.SetTMMBRStatus(enable);
H A Drtcp_sender.cc287 RTCPSender::SetTMMBRStatus(const bool enable) function in class:webrtc::RTCPSender
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_codec.cc160 EXPECT_EQ(0, rtp_rtcp->SetTMMBRStatus(video_channel, true));
316 EXPECT_EQ(0, rtp_rtcp->SetTMMBRStatus(video_channel, true));
H A Dvie_autotest_custom_call.cc468 error = vie_rtp_rtcp->SetTMMBRStatus(video_channel, true);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h1099 WEBRTC_FUNC(SetTMMBRStatus, (const int channel, const bool enable)) {

Completed in 508 milliseconds