/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoengine_unittest.h | 511 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 …]
|
D | filemediaengine.h | 295 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) { in SetCapturer() function
|
D | mediachannel.h | 1165 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) = 0;
|
D | fakemediaengine.h | 564 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) { in SetCapturer() function
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine2.h | 241 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer) OVERRIDE; 308 bool SetCapturer(VideoCapturer* capturer);
|
D | webrtcvideoengine.h | 266 virtual bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
|
D | webrtcvideoengine2.cc | 1098 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
|
D | webrtcvideoengine2_unittest.cc | 585 EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL)); in TEST_F() 593 EXPECT_TRUE(channel_->SetCapturer(kSsrc, video_capturer_.get())); in TEST_F()
|
D | webrtcvideoengine_unittest.cc | 1655 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()
|
D | webrtcvideoengine.cc | 1987 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/ |
D | call.cc | 520 if (!video_channel->SetCapturer(ssrc, capturer)) { in StartScreencast() 593 video_channel->SetCapturer(ssrc, NULL); in StopScreencastWithoutSendingUpdate()
|
D | channel.h | 524 bool SetCapturer(uint32 ssrc, VideoCapturer* capturer);
|
D | channel.cc | 1721 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/ |
D | webrtcsession.cc | 1020 if (!video_channel_->SetCapturer(ssrc, camera)) { in SetCaptureDevice()
|