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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
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...]
capturemanager.h 70 virtual bool StartVideoCapture(VideoCapturer* video_capturer,
72 virtual bool StopVideoCapture(VideoCapturer* video_capturer,
79 virtual bool RestartVideoCapture(VideoCapturer* video_capturer,
84 virtual bool AddVideoRenderer(VideoCapturer* video_capturer,
86 virtual bool RemoveVideoRenderer(VideoCapturer* video_capturer,
89 virtual bool AddVideoProcessor(VideoCapturer* video_capturer,
91 virtual bool RemoveVideoProcessor(VideoCapturer* video_capturer,
99 bool IsCapturerRegistered(VideoCapturer* video_capturer) const;
100 bool RegisterVideoCapturer(VideoCapturer* video_capturer);
104 VideoCapturer* video_capturer);
    [all...]
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);
fakecapturemanager.h 40 virtual bool AddVideoRenderer(VideoCapturer* video_capturer,
44 virtual bool RemoveVideoRenderer(VideoCapturer* video_capturer,
capturerenderadapter.cc 37 CaptureRenderAdapter::CaptureRenderAdapter(VideoCapturer* video_capturer)
38 : video_capturer_(video_capturer) {
56 VideoCapturer* video_capturer) {
57 if (!video_capturer) {
60 CaptureRenderAdapter* return_value = new CaptureRenderAdapter(video_capturer);
videoengine_unittest.h 106 cricket::VideoCapturer* video_capturer = T::GetVideoCapturer(); local
108 video_capturer->SignalVideoFrame.connect(this,
111 video_capturer->SignalVideoFrame.disconnect(this);
1611 cricket::FakeVideoCapturer video_capturer; local
    [all...]
videocapturer.h 302 void OnFrameCaptured(VideoCapturer* video_capturer,
  /external/chromium_org/third_party/webrtc/test/
frame_generator_capturer.h 14 #include "webrtc/test/video_capturer.h"
vcm_capturer.h 16 #include "webrtc/test/video_capturer.h"
video_capturer.cc 11 #include "webrtc/test/video_capturer.h"
webrtc_test_common.gyp 43 'video_capturer.cc',
44 'video_capturer.h',
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 196 bool StartVideoCapture(VideoCapturer* video_capturer,
200 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
201 bool StopVideoCapture(VideoCapturer* video_capturer,
203 bool RestartVideoCapture(VideoCapturer* video_capturer,
channelmanager.cc 843 VideoCapturer* video_capturer, bool muted) {
848 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));
860 VideoCapturer* video_capturer,
866 video_capturer, previous_format, desired_format, options));
  /external/chromium_org/remoting/host/
desktop_session_proxy.h 107 // Stores |video_capturer| to be used to post captured video frames. Called on
110 const base::WeakPtr<IpcVideoFrameCapturer> video_capturer);
desktop_session_proxy.cc 313 const base::WeakPtr<IpcVideoFrameCapturer> video_capturer) {
316 video_capturer_ = video_capturer;
  /external/chromium_org/third_party/webrtc/video/
loopback.cc 27 #include "webrtc/test/video_capturer.h"
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 646 VideoCapturer* video_capturer() { function in class:cricket::WebRtcVideoChannelSendInfo
649 void set_video_capturer(VideoCapturer* video_capturer,
651 if (video_capturer == video_capturer_) {
665 video_capturer_ = video_capturer;
668 if (!video_capturer) {
2473 VideoCapturer* video_capturer = send_channel->video_capturer(); local
    [all...]

Completed in 472 milliseconds