Home
last modified time | relevance | path

Searched refs:x_image_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dx_server_pixel_buffer.cc151 if (x_image_) { in Release()
152 XDestroyImage(x_image_); in Release()
153 x_image_ = nullptr; in Release()
356 if (x_image_) in CaptureRect()
357 XDestroyImage(x_image_); in CaptureRect()
358 x_image_ = XGetImage(display_, window_, rect.left(), rect.top(), in CaptureRect()
360 if (!x_image_) in CaptureRect()
363 image = x_image_; in CaptureRect()
Dx_server_pixel_buffer.h76 XImage* x_image_ = nullptr; variable