Home
last modified time | relevance | path

Searched refs:screen_capturer_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer.cc36 if (!screen_capturer_.get()) { in Capture()
37 screen_capturer_.reset(ScreenCapturer::Create(options_)); in Capture()
39 screen_capturer_->SetExcludedWindow(excluded_window_); in Capture()
41 screen_capturer_->Start(this); in Capture()
43 screen_capturer_->Capture(region); in Capture()
51 if (screen_capturer_.get()) { in SetExcludedWindow()
52 screen_capturer_->SetExcludedWindow(window); in SetExcludedWindow()
Dcropping_window_capturer.h66 rtc::scoped_ptr<ScreenCapturer> screen_capturer_; variable