OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XServerPixelBuffer
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h
27
class
XServerPixelBuffer
{
29
XServerPixelBuffer
();
30
~
XServerPixelBuffer
();
80
RTC_DISALLOW_COPY_AND_ASSIGN(
XServerPixelBuffer
);
x_server_pixel_buffer.cc
62
XServerPixelBuffer
::
XServerPixelBuffer
()
68
XServerPixelBuffer
::~
XServerPixelBuffer
() {
72
void
XServerPixelBuffer
::Release() {
96
bool
XServerPixelBuffer
::Init(Display* display, Window window) {
116
void
XServerPixelBuffer
::InitShm(const XWindowAttributes& attributes) {
176
bool
XServerPixelBuffer
::InitPixmaps(int depth) {
216
bool
XServerPixelBuffer
::IsWindowValid() const {
228
void
XServerPixelBuffer
::Synchronize()
[
all
...]
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc
101
XServerPixelBuffer
x_server_pixel_buffer_;
window_capturer_x11.cc
130
XServerPixelBuffer
x_server_pixel_buffer_;
Completed in 152 milliseconds