OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:screen_capturer_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer.cc
36
if (!
screen_capturer_
.get()) {
37
screen_capturer_
.reset(ScreenCapturer::Create(options_));
39
screen_capturer_
->SetExcludedWindow(excluded_window_);
41
screen_capturer_
->Start(this);
43
screen_capturer_
->Capture(region);
51
if (
screen_capturer_
.get()) {
52
screen_capturer_
->SetExcludedWindow(window);
cropping_window_capturer.h
40
// DesktopCapturer::Callback implementation, passed to |
screen_capturer_
| to
66
rtc::scoped_ptr<ScreenCapturer>
screen_capturer_
;
member in class:webrtc::CroppingWindowCapturer
Completed in 1298 milliseconds