Home
last modified time | relevance | path

Searched refs:_display (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc25 _crit(*CriticalSectionWrapper::CreateCriticalSection()), _display(NULL), in VideoX11Channel()
88 XShmPutImage(_display, _window, _gc, _image, 0, 0, _xPos, _yPos, _width, in DeliverFrame()
92 XSync(_display, False); in DeliverFrame()
117 _display = XOpenDisplay(NULL); // Use default display in Init()
118 if (!_window || !_display) in Init()
125 dispArray[dispCount] = _display; in Init()
144 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth, in Init()
159 _gc = XCreateGC(_display, _window, 0, 0); in Init()
188 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth, in ChangeWindow()
218 XFreeGC(_display, _gc); in ReleaseWindow()
[all …]
Dvideo_x11_channel.h69 Display* _display; variable
/external/autotest/client/deps/pyxinput/src/
Dxi2reader.py21 self._display = xlib.XOpenDisplay(display_name)
22 self._window = xlib.XDefaultRootWindow(self._display)
28 xlib.XFlush(self._display)
44 xi2.XISelectEvents(self._display, self._window, ctypes.pointer(mask), 1)
45 xlib.XSelectInput(self._display, self._window, ctypes.c_long(0))
68 device = xi2.XIQueryDevice(self._display, device_id,
76 valuator_names.append(xlib.XGetAtomName(reader._display,
85 return xlib.XConnectionNumber(reader._display)
106 while xlib.XPending(self._display):
108 xlib.XNextEvent(self._display, ctypes.pointer(xevent))
[all …]
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc173 Display* _display = XOpenDisplay( NULL ); in WebRtcCreateWindow() local
176 screen = DefaultScreen(_display); in WebRtcCreateWindow()
179 if( XMatchVisualInfo(_display, screen, 24, TrueColor, &vinfo) != 0 ) in WebRtcCreateWindow()
185 xswa.colormap = XCreateColormap(_display, DefaultRootWindow(_display), vinfo.visual, AllocNone); in WebRtcCreateWindow()
208 Window _window = XCreateWindow(_display, DefaultRootWindow(_display), in WebRtcCreateWindow()
220 XStoreName(_display, _window, "VE MM Local Window"); in WebRtcCreateWindow()
221 XSetIconName(_display, _window, "VE MM Local Window"); in WebRtcCreateWindow()
225 XStoreName(_display, _window, "VE MM Remote Window"); in WebRtcCreateWindow()
226 XSetIconName(_display, _window, "VE MM Remote Window"); in WebRtcCreateWindow()
230 XSelectInput(_display, _window, StructureNotifyMask); in WebRtcCreateWindow()
[all …]
/external/libvncserver/webclients/novnc/include/
Drfb.js64 this._display = null; // Display object
158 this._display = new Display({target: this._target});
207 var rmode = this._display.get_render_mode();
411 if (this._display && this._display.get_context()) {
414 this._display.defaultCursor();
418 this._display.clear();
571 … RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
582 this._display.viewportChange(deltaX, deltaY);
591 … RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
940 this._display.set_true_color(this._true_color);
[all …]
/external/mesa3d/src/egl/main/
Degldriver.h60 _EGL_DRIVER_TYPECAST(drvname ## _display, _EGLDisplay, obj->DriverData) \