Searched refs:video_capturer (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/media/base/ |
D | capturemanager.cc | 44 static VideoCapturerState* Create(VideoCapturer* video_capturer); 49 VideoFormat GetHighestFormat(VideoCapturer* video_capturer) const; 59 return adapter()->video_capturer(); in GetVideoCapturer() 91 VideoCapturerState* VideoCapturerState::Create(VideoCapturer* video_capturer) { in Create() argument 92 CaptureRenderAdapter* adapter = CaptureRenderAdapter::Create(video_capturer); in Create() 129 VideoCapturer* video_capturer) const { in GetHighestFormat() 183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer, in StartVideoCapture() argument 189 if (!video_capturer) { in StartVideoCapture() 192 VideoCapturerState* capture_state = GetCaptureState(video_capturer); in StartVideoCapture() 203 if (!RegisterVideoCapturer(video_capturer)) { in StartVideoCapture() [all …]
|
D | capturemanager.h | 68 virtual bool StartVideoCapture(VideoCapturer* video_capturer, 70 virtual bool StopVideoCapture(VideoCapturer* video_capturer, 77 virtual bool RestartVideoCapture(VideoCapturer* video_capturer, 82 virtual bool AddVideoRenderer(VideoCapturer* video_capturer, 84 virtual bool RemoveVideoRenderer(VideoCapturer* video_capturer, 92 bool IsCapturerRegistered(VideoCapturer* video_capturer) const; 93 bool RegisterVideoCapturer(VideoCapturer* video_capturer); 97 VideoCapturer* video_capturer); 99 VideoCapturerState* GetCaptureState(VideoCapturer* video_capturer) const; 100 CaptureRenderAdapter* GetAdapter(VideoCapturer* video_capturer) const;
|
D | capturerenderadapter.cc | 36 CaptureRenderAdapter::CaptureRenderAdapter(VideoCapturer* video_capturer) in CaptureRenderAdapter() argument 37 : video_capturer_(video_capturer) { in CaptureRenderAdapter() 55 VideoCapturer* video_capturer) { in Create() argument 56 if (!video_capturer) { in Create() 59 CaptureRenderAdapter* return_value = new CaptureRenderAdapter(video_capturer); in Create()
|
D | capturerenderadapter.h | 51 static CaptureRenderAdapter* Create(VideoCapturer* video_capturer); 57 VideoCapturer* video_capturer() { return video_capturer_; } in video_capturer() function 73 explicit CaptureRenderAdapter(VideoCapturer* video_capturer);
|
D | fakecapturemanager.h | 40 virtual bool AddVideoRenderer(VideoCapturer* video_capturer, in AddVideoRenderer() argument 44 virtual bool RemoveVideoRenderer(VideoCapturer* video_capturer, in RemoveVideoRenderer() argument
|
D | videoengine_unittest.h | 107 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); in set_has_senders() local 109 video_capturer->SignalVideoFrame.connect(this, in set_has_senders() 112 video_capturer->SignalVideoFrame.disconnect(this); in set_has_senders() 1316 cricket::FakeVideoCapturer video_capturer; in MuteStream() local 1317 video_capturer.Start( in MuteStream() 1322 EXPECT_TRUE(channel_->SetCapturer(kSsrc, &video_capturer)); in MuteStream() 1329 EXPECT_TRUE(video_capturer.CaptureFrame()); in MuteStream() 1336 EXPECT_TRUE(video_capturer.CaptureFrame()); in MuteStream() 1343 EXPECT_TRUE(video_capturer.CaptureFrame()); in MuteStream() 1349 EXPECT_TRUE(video_capturer.CaptureFrame()); in MuteStream()
|
D | videocapturer.h | 291 void OnFrameCaptured(VideoCapturer* video_capturer,
|
/external/webrtc/talk/session/media/ |
D | channelmanager.h | 147 bool StartVideoCapture(VideoCapturer* video_capturer, 151 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted); 152 bool StopVideoCapture(VideoCapturer* video_capturer, 154 bool RestartVideoCapture(VideoCapturer* video_capturer,
|
D | channelmanager.cc | 477 VideoCapturer* video_capturer, bool muted) { in MuteToBlackThenPause() argument 482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted)); in MuteToBlackThenPause() 494 VideoCapturer* video_capturer, in RestartVideoCapture() argument 500 video_capturer, previous_format, desired_format, options)); in RestartVideoCapture()
|
/external/webrtc/webrtc/test/ |
D | webrtc_test_common.gyp | 51 'video_capturer.cc', 52 'video_capturer.h',
|