OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_capturer_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/remoting/host/
shaped_desktop_capturer.cc
16
:
desktop_capturer_
(desktop_capturer.Pass()),
25
desktop_capturer_
->Start(this);
29
desktop_capturer_
->Capture(region);
cast_video_capturer_adapter.cc
16
:
desktop_capturer_
(capturer.Pass()) {
17
DCHECK(
desktop_capturer_
);
83
if (!
desktop_capturer_
) {
92
desktop_capturer_
->Start(this);
94
// Save the Start() time of |
desktop_capturer_
|. This will be used
111
// |
desktop_capturer_
|.
197
desktop_capturer_
->Capture(webrtc::DesktopRegion());
cast_video_capturer_adapter.h
59
// Kicks off the next frame capture using |
desktop_capturer_
|.
67
scoped_ptr<webrtc::DesktopCapturer>
desktop_capturer_
;
member in class:remoting::CastVideoCapturerAdapter
shaped_desktop_capturer.h
32
scoped_ptr<webrtc::DesktopCapturer>
desktop_capturer_
;
member in class:remoting::ShapedDesktopCapturer
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.cc
126
:
desktop_capturer_
(desktop_capturer),
136
desktop_capturer_
->Start(this);
142
desktop_capturer_
->Capture(region);
146
desktop_capturer_
->SetExcludedWindow(window);
desktop_and_cursor_composer.h
49
scoped_ptr<DesktopCapturer>
desktop_capturer_
;
member in class:webrtc::DesktopAndCursorComposer
/external/chromium_org/content/browser/media/capture/
desktop_capture_device.cc
89
scoped_ptr<webrtc::DesktopCapturer>
desktop_capturer_
;
member in class:content::DesktopCaptureDevice::Core
116
// True when waiting for |
desktop_capturer_
| to capture current frame.
140
desktop_capturer_
(capturer.Pass()),
151
desktop_capturer_
.reset();
160
DCHECK(
desktop_capturer_
);
176
desktop_capturer_
->Start(this);
185
desktop_capturer_
->SetExcludedWindow(window_id);
385
desktop_capturer_
->Capture(webrtc::DesktopRegion());
Completed in 150 milliseconds