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

  /external/chromium_org/third_party/libjingle/source/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;
54 VideoCapturer* GetVideoCapturer() { return adapter()->video_capturer(); }
80 VideoCapturerState* VideoCapturerState::Create(VideoCapturer* video_capturer) {
81 CaptureRenderAdapter* adapter = CaptureRenderAdapter::Create(video_capturer);
116 VideoCapturer* video_capturer) const {
164 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer,
169 if (!video_capturer) {
172 VideoCapturerState* capture_state = GetCaptureState(video_capturer);
183 if (!RegisterVideoCapturer(video_capturer)) {
332 VideoCapturer* video_capturer = capture_state->GetVideoCapturer(); local
    [all...]
videoengine_unittest.h 98 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); local
100 video_capturer->SignalVideoFrame.connect(this,
103 video_capturer->SignalVideoFrame.disconnect(this);
1550 cricket::FakeVideoCapturer video_capturer; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 550 VideoCapturer* video_capturer() { function in class:cricket::WebRtcVideoChannelSendInfo
553 void set_video_capturer(VideoCapturer* video_capturer) {
554 if (video_capturer == video_capturer_) {
558 video_capturer_ = video_capturer;
559 if (video_capturer && !video_capturer->IsScreencast()) {
560 const VideoFormat* capture_format = video_capturer->GetCaptureFormat();
    [all...]

Completed in 121 milliseconds