HomeSort by relevance Sort by last modified time
    Searched refs:shm_pixmap_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 65 shm_segment_info_(NULL), shm_pixmap_(0), shm_gc_(NULL) {
77 if (shm_pixmap_) {
78 XFreePixmap(display_, shm_pixmap_);
79 shm_pixmap_ = 0;
182 shm_pixmap_ = XShmCreatePixmap(display_, window_,
189 // |shm_pixmap_| is not not valid because the request was not processed
191 shm_pixmap_ = 0;
206 XFreePixmap(display_, shm_pixmap_);
207 shm_pixmap_ = 0;
208 shm_gc_ = 0; // See shm_pixmap_ comment above
    [all...]
x_server_pixel_buffer.h 77 Pixmap shm_pixmap_; member in class:webrtc::XServerPixelBuffer

Completed in 433 milliseconds