Searched refs:xvport (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c656 re->xvport.type = event->u.u.type & 0x7f;
657 re->xvport.serial =
659 re->xvport.send_event = ((event->u.u.type & 0x80) != 0);
660 re->xvport.display = dpy;
661 re->xvport.time = event->u.portNotify.time;
662 re->xvport.port_id = event->u.portNotify.port;
663 re->xvport.attribute = event->u.portNotify.attribute;
664 re->xvport.value = event->u.portNotify.value;
/xsrc/external/mit/libXv/dist/include/X11/extensions/
H A DXvlib.h120 XvPortNotifyEvent xvport; member in union:__anon3b3c96a3080a
/xsrc/external/mit/libXv/dist/src/
H A DXv.c1171 re->xvport.type = event->u.u.type & 0x7f;
1172 re->xvport.serial = _XSetLastRequestRead(dpy, (xGenericReply *) event);
1173 re->xvport.send_event = ((event->u.u.type & 0x80) != 0);
1174 re->xvport.display = dpy;
1175 re->xvport.time = event->u.portNotify.time;
1176 re->xvport.port_id = event->u.portNotify.port;
1177 re->xvport.attribute = event->u.portNotify.attribute;
1178 re->xvport.value = event->u.portNotify.value;

Completed in 5 milliseconds