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

  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 26 _shminfo(), _image(NULL), _window(0L), _gc(NULL),
252 &_shminfo, _width, _height); // this parameter needs to be the same for some reason.
253 _shminfo.shmid = shmget(IPC_PRIVATE, (_image->bytes_per_line
255 _shminfo.shmaddr = _image->data = (char*) shmat(_shminfo.shmid, 0, 0);
261 _shminfo.readOnly = False;
264 if (!XShmAttach(_display, &_shminfo))
287 XShmDetach(_display, &_shminfo);
290 shmdt(_shminfo.shmaddr);
291 _shminfo.shmaddr = NULL
    [all...]
video_x11_channel.h 70 XShmSegmentInfo _shminfo; member in class:webrtc::VideoX11Channel

Completed in 52 milliseconds