Searched refs:x_shm_image_ (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/desktop_capture/linux/ |
D | x_server_pixel_buffer.cc | 155 if (x_shm_image_) { in Release() 156 XDestroyImage(x_shm_image_); in Release() 157 x_shm_image_ = nullptr; in Release() 228 x_shm_image_ = XShmCreateImage(display_, default_visual, default_depth, in InitShm() 231 if (x_shm_image_) { in InitShm() 233 shmget(IPC_PRIVATE, x_shm_image_->bytes_per_line * x_shm_image_->height, in InitShm() 239 x_shm_image_->data = shm_segment_info_->shmaddr; in InitShm() 330 XShmGetImage(display_, window_, x_shm_image_, 0, 0, AllPlanes); in Synchronize() 350 image = x_shm_image_; in CaptureRect()
|
D | x_server_pixel_buffer.h | 78 XImage* x_shm_image_ = nullptr; variable
|