HomeSort by relevance Sort by last modified time
    Searched defs:video_capturer (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/media/base/
capturerenderadapter.h 51 static CaptureRenderAdapter* Create(VideoCapturer* video_capturer);
57 VideoCapturer* video_capturer() { return video_capturer_; } function in class:cricket::CaptureRenderAdapter
73 explicit CaptureRenderAdapter(VideoCapturer* video_capturer);
capturemanager.cc 44 static VideoCapturerState* Create(VideoCapturer* video_capturer);
49 VideoFormat GetHighestFormat(VideoCapturer* video_capturer) const;
59 return adapter()->video_capturer();
91 VideoCapturerState* VideoCapturerState::Create(VideoCapturer* video_capturer) {
92 CaptureRenderAdapter* adapter = CaptureRenderAdapter::Create(video_capturer);
129 VideoCapturer* video_capturer) const {
183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer,
189 if (!video_capturer) {
192 VideoCapturerState* capture_state = GetCaptureState(video_capturer);
203 if (!RegisterVideoCapturer(video_capturer)) {
336 VideoCapturer* video_capturer = capture_state->GetVideoCapturer(); local
    [all...]
videoengine_unittest.h 107 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); local
109 video_capturer->SignalVideoFrame.connect(this,
112 video_capturer->SignalVideoFrame.disconnect(this);
1316 cricket::FakeVideoCapturer video_capturer; local
    [all...]

Completed in 181 milliseconds