Home
last modified time | relevance | path

Searched refs:SetCapturer (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoengine_unittest.h511 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get())); in SetUp()
548 EXPECT_TRUE(channel_->SetCapturer(kSsrc + 2, video_capturer_2_.get())); in SetUpSecondStreamWithNoRecv()
765 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get())); in SetSend()
984 EXPECT_TRUE(channel_->SetCapturer(5678, capturer.get())); in GetStatsMultipleSendStreams()
1008 EXPECT_TRUE(channel_->SetCapturer(5678, NULL)); in GetStatsMultipleSendStreams()
1041 EXPECT_TRUE(channel_->SetCapturer(999u, video_capturer_.get())); in SetSendSsrcAfterSetCodecs()
1109 EXPECT_TRUE(channel_->SetCapturer(789u, video_capturer_.get())); in AddRemoveSendStreams()
1338 EXPECT_TRUE(channel_->SetCapturer(kSsrc, capturer.get())); in AddRemoveCapturer()
1353 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL)); in AddRemoveCapturer()
1385 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL)); in RemoveCapturerWithoutAdd()
[all …]
Dfilemediaengine.h295 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) { in SetCapturer() function
Dmediachannel.h1165 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) = 0;
Dfakemediaengine.h564 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) { in SetCapturer() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.h241 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) OVERRIDE;
308 bool SetCapturer(VideoCapturer* capturer);
Dwebrtcvideoengine.h266 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
Dwebrtcvideoengine2.cc1098 bool WebRtcVideoChannel2::SetCapturer(uint32 ssrc, VideoCapturer* capturer) { in SetCapturer() function in cricket::WebRtcVideoChannel2
1106 return send_streams_[ssrc]->SetCapturer(capturer); in SetCapturer()
1414 bool WebRtcVideoChannel2::WebRtcVideoSendStream::SetCapturer( in SetCapturer() function in cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
Dwebrtcvideoengine2_unittest.cc585 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL)); in TEST_F()
593 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get())); in TEST_F()
Dwebrtcvideoengine_unittest.cc1655 EXPECT_TRUE(channel_->SetCapturer(kSsrcs2[i], &capturer)); in TEST_F()
2419 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL)); in TEST_F()
2426 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get())); in TEST_F()
Dwebrtcvideoengine.cc1987 SetCapturer(GetDefaultSendChannelSsrc(), NULL); in RemoveSendStream()
2712 bool WebRtcVideoMediaChannel::SetCapturer(uint32 ssrc, in SetCapturer() function in cricket::WebRtcVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dcall.cc520 if (!video_channel->SetCapturer(ssrc, capturer)) { in StartScreencast()
593 video_channel->SetCapturer(ssrc, NULL); in StopScreencastWithoutSendingUpdate()
Dchannel.h524 bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
Dchannel.cc1721 bool VideoChannel::SetCapturer(uint32 ssrc, VideoCapturer* capturer) { in SetCapturer() function in cricket::VideoChannel
1722 return InvokeOnWorker(Bind(&VideoMediaChannel::SetCapturer, in SetCapturer()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc1020 if (!video_channel_->SetCapturer(ssrc, camera)) { in SetCaptureDevice()