Home
last modified time | relevance | path

Searched refs:desktop_capturer_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/remoting/host/
Dshaped_desktop_capturer.cc16 : desktop_capturer_(desktop_capturer.Pass()), in ShapedDesktopCapturer()
25 desktop_capturer_->Start(this); in Start()
29 desktop_capturer_->Capture(region); in Capture()
Dcast_video_capturer_adapter.cc16 : desktop_capturer_(capturer.Pass()) { in CastVideoCapturerAdapter()
17 DCHECK(desktop_capturer_); in CastVideoCapturerAdapter()
83 if (!desktop_capturer_) { in Start()
92 desktop_capturer_->Start(this); in Start()
197 desktop_capturer_->Capture(webrtc::DesktopRegion()); in CaptureNextFrame()
Dshaped_desktop_capturer.h32 scoped_ptr<webrtc::DesktopCapturer> desktop_capturer_; variable
Dcast_video_capturer_adapter.h67 scoped_ptr<webrtc::DesktopCapturer> desktop_capturer_; variable
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc126 : desktop_capturer_(desktop_capturer), in DesktopAndCursorComposer()
136 desktop_capturer_->Start(this); in Start()
142 desktop_capturer_->Capture(region); in Capture()
146 desktop_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Ddesktop_and_cursor_composer.h49 scoped_ptr<DesktopCapturer> desktop_capturer_; variable
/external/chromium_org/content/browser/media/capture/
Ddesktop_capture_device.cc89 scoped_ptr<webrtc::DesktopCapturer> desktop_capturer_; member in content::DesktopCaptureDevice::Core
140 desktop_capturer_(capturer.Pass()), in Core()
151 desktop_capturer_.reset(); in ~Core()
160 DCHECK(desktop_capturer_); in AllocateAndStart()
176 desktop_capturer_->Start(this); in AllocateAndStart()
185 desktop_capturer_->SetExcludedWindow(window_id); in SetNotificationWindowId()
385 desktop_capturer_->Capture(webrtc::DesktopRegion()); in DoCapture()