OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureRect
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h
57
void
CaptureRect
(const DesktopRect& rect, DesktopFrame* frame);
x_server_pixel_buffer.cc
123
// Shared memory not supported.
CaptureRect
will use the XImage API instead.
236
void XServerPixelBuffer::
CaptureRect
(const DesktopRect& rect,
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc
352
x_server_pixel_buffer_.
CaptureRect
(it.rect(), frame);
358
x_server_pixel_buffer_.
CaptureRect
(screen_rect, frame);
window_capturer_x11.cc
302
x_server_pixel_buffer_.
CaptureRect
(DesktopRect::MakeSize(frame->size()),
Completed in 55 milliseconds