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

/external/webrtc/talk/media/base/
H A Dvideoengine_unittest.h160 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
197 EXPECT_TRUE(channel_->SetCapturer(kSsrc + 2, video_capturer_2_.get()));
414 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get()));
632 EXPECT_TRUE(channel_->SetCapturer(5678, capturer.get()));
668 EXPECT_TRUE(channel_->SetCapturer(5678, NULL));
706 EXPECT_TRUE(channel_->SetCapturer(999u, video_capturer_.get()));
773 EXPECT_TRUE(channel_->SetCapturer(789u, video_capturer_.get()));
980 EXPECT_TRUE(channel_->SetCapturer(kSsrc, capturer.get()));
995 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
1030 EXPECT_TRUE(channel_->SetCapturer(kSsr
[all...]
H A Dfakemediaengine.h527 virtual bool SetCapturer(uint32_t ssrc, VideoCapturer* capturer) { function in class:cricket::FakeVideoMediaChannel
H A Dmediachannel.h1087 virtual bool SetCapturer(uint32_t ssrc, VideoCapturer* capturer) = 0;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc301 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer));
325 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer));
379 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer));
429 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer));
491 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer1));
516 EXPECT_TRUE(channel->SetCapturer(kSsrc, &capturer2));
576 EXPECT_TRUE(channel->SetCapturer(ssrcs.front(), &capturer));
594 EXPECT_TRUE(channel->SetCapturer(ssrcs.front(), NULL));
657 EXPECT_TRUE(channel->SetCapturer(ssrcs.front(), &capturer));
874 EXPECT_TRUE(channel_->SetCapturer(kSsr
[all...]
H A Dwebrtcvideoengine2.h177 bool SetCapturer(uint32_t ssrc, VideoCapturer* capturer) override;
260 bool SetCapturer(VideoCapturer* capturer);
H A Dwebrtcvideoengine2.cc1253 bool WebRtcVideoChannel2::SetCapturer(uint32_t ssrc, VideoCapturer* capturer) { function in class:cricket::WebRtcVideoChannel2
1254 LOG(LS_INFO) << "SetCapturer: " << ssrc << " -> "
1263 if (!send_streams_[ssrc]->SetCapturer(capturer)) {
1703 bool WebRtcVideoChannel2::WebRtcVideoSendStream::SetCapturer( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
1705 TRACE_EVENT0("webrtc", "WebRtcVideoSendStream::SetCapturer");
/external/webrtc/talk/session/media/
H A Dchannel.h465 bool SetCapturer(uint32_t ssrc, VideoCapturer* capturer);
H A Dchannel.cc1697 bool VideoChannel::SetCapturer(uint32_t ssrc, VideoCapturer* capturer) { function in class:cricket::VideoChannel
1698 return InvokeOnWorker(Bind(&VideoMediaChannel::SetCapturer,
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc1350 if (!video_channel_->SetCapturer(ssrc, camera)) {
1351 // Allow that SetCapturer fail if |camera| is NULL but assert otherwise.

Completed in 140 milliseconds