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

  /external/chromium_org/media/cast/test/
linux_output_window.cc 101 display_, CopyFromParent, 24, ZPixmap, NULL, &shminfo_, width, height);
102 shminfo_.shmid = shmget(
104 shminfo_.shmaddr = image_->data = (char*)shmat(shminfo_.shmid, 0, 0);
109 shminfo_.readOnly = false;
112 if (!XShmAttach(display_, &shminfo_)) {
linux_output_window.h 46 XShmSegmentInfo shminfo_; member in class:media::cast::test::LinuxOutputWindow

Completed in 287 milliseconds