Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc62 XServerPixelBuffer::XServerPixelBuffer() in XServerPixelBuffer() function in webrtc::XServerPixelBuffer
68 XServerPixelBuffer::~XServerPixelBuffer() { in ~XServerPixelBuffer()
72 void XServerPixelBuffer::Release() { in Release()
96 bool XServerPixelBuffer::Init(Display* display, Window window) { in Init()
116 void XServerPixelBuffer::InitShm(const XWindowAttributes& attributes) { in InitShm()
176 bool XServerPixelBuffer::InitPixmaps(int depth) { in InitPixmaps()
216 bool XServerPixelBuffer::IsWindowValid() const { in IsWindowValid()
228 void XServerPixelBuffer::Synchronize() { in Synchronize()
236 void XServerPixelBuffer::CaptureRect(const DesktopRect& rect, in CaptureRect()
268 void XServerPixelBuffer::FastBlit(uint8_t* image, in FastBlit()
[all …]
Dx_server_pixel_buffer.h27 class XServerPixelBuffer {
29 XServerPixelBuffer();
30 ~XServerPixelBuffer();
80 RTC_DISALLOW_COPY_AND_ASSIGN(XServerPixelBuffer);
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc101 XServerPixelBuffer x_server_pixel_buffer_;
Dwindow_capturer_x11.cc130 XServerPixelBuffer x_server_pixel_buffer_;