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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h511 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
548 EXPECT_TRUE(channel_->SetCapturer(kSsrc + 2, video_capturer_2_.get()));
765 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
984 EXPECT_TRUE(channel_->SetCapturer(5678, capturer.get()));
1008 EXPECT_TRUE(channel_->SetCapturer(5678, NULL));
1041 EXPECT_TRUE(channel_->SetCapturer(999u, video_capturer_.get()));
1109 EXPECT_TRUE(channel_->SetCapturer(789u, video_capturer_.get()));
1338 EXPECT_TRUE(channel_->SetCapturer(kSsrc, capturer.get()));
1353 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
1385 EXPECT_TRUE(channel_->SetCapturer(kSsr
[all...]
H A Dfilemediaengine.h295 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) { function in class:cricket::FileVideoChannel
H A Dfakemediaengine.h564 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) { function in class:cricket::FakeVideoMediaChannel
H A Dmediachannel.h1165 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.h241 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) OVERRIDE;
308 bool SetCapturer(VideoCapturer* capturer);
H A Dwebrtcvideoengine.h266 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
H A Dwebrtcvideoengine2.cc1098 bool WebRtcVideoChannel2::SetCapturer(uint32 ssrc, VideoCapturer* capturer) { function in class:cricket::WebRtcVideoChannel2
1099 LOG(LS_INFO) << "SetCapturer: " << ssrc << " -> "
1106 return send_streams_[ssrc]->SetCapturer(capturer);
1414 bool WebRtcVideoChannel2::WebRtcVideoSendStream::SetCapturer( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
H A Dwebrtcvideoengine2_unittest.cc585 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
593 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
H A Dwebrtcvideoengine_unittest.cc1655 EXPECT_TRUE(channel_->SetCapturer(kSsrcs2[i], &capturer));
2419 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
2426 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
H A Dwebrtcvideoengine.cc1987 SetCapturer(GetDefaultSendChannelSsrc(), NULL);
2712 bool WebRtcVideoMediaChannel::SetCapturer(uint32 ssrc, function in class:cricket::WebRtcVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc520 if (!video_channel->SetCapturer(ssrc, capturer)) {
593 video_channel->SetCapturer(ssrc, NULL);
H A Dchannel.h524 bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
H A Dchannel.cc1721 bool VideoChannel::SetCapturer(uint32 ssrc, VideoCapturer* capturer) { function in class:cricket::VideoChannel
1722 return InvokeOnWorker(Bind(&VideoMediaChannel::SetCapturer,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc1020 if (!video_channel_->SetCapturer(ssrc, camera)) {
1021 // Allow that SetCapturer fail if |camera| is NULL but assert otherwise.

Completed in 244 milliseconds