Home
last modified time | relevance | path

Searched refs:XServerPixelBuffer (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dx_server_pixel_buffer.cc144 XServerPixelBuffer::XServerPixelBuffer() {} in XServerPixelBuffer() function in webrtc::XServerPixelBuffer
146 XServerPixelBuffer::~XServerPixelBuffer() { in ~XServerPixelBuffer()
150 void XServerPixelBuffer::Release() { in Release()
173 void XServerPixelBuffer::ReleaseSharedMemorySegment() { in ReleaseSharedMemorySegment()
184 bool XServerPixelBuffer::Init(XAtomCache* cache, Window window) { in Init()
212 void XServerPixelBuffer::InitShm(const XWindowAttributes& attributes) { in InitShm()
275 bool XServerPixelBuffer::InitPixmaps(int depth) { in InitPixmaps()
312 bool XServerPixelBuffer::IsWindowValid() const { in IsWindowValid()
324 void XServerPixelBuffer::Synchronize() { in Synchronize()
334 bool XServerPixelBuffer::CaptureRect(const DesktopRect& rect, in CaptureRect()
Dx_server_pixel_buffer.h32 class XServerPixelBuffer {
34 XServerPixelBuffer();
35 ~XServerPixelBuffer();
84 RTC_DISALLOW_COPY_AND_ASSIGN(XServerPixelBuffer);
Dwindow_capturer_x11.h65 XServerPixelBuffer x_server_pixel_buffer_;
Dscreen_capturer_x11.h127 XServerPixelBuffer x_server_pixel_buffer_;