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

/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c645 re->xvvideo.type = event->u.u.type & 0x7f;
646 re->xvvideo.serial =
648 re->xvvideo.send_event = ((event->u.u.type & 0x80) != 0);
649 re->xvvideo.display = dpy;
650 re->xvvideo.time = event->u.videoNotify.time;
651 re->xvvideo.reason = event->u.videoNotify.reason;
652 re->xvvideo.drawable = event->u.videoNotify.drawable;
653 re->xvvideo.port_id = event->u.videoNotify.port;
/xsrc/external/mit/libXv/dist/include/X11/extensions/
H A DXvlib.h119 XvVideoNotifyEvent xvvideo; member in union:__anon3b3c96a3080a
/xsrc/external/mit/libXv/dist/src/
H A DXv.c1161 re->xvvideo.type = event->u.u.type & 0x7f;
1162 re->xvvideo.serial = _XSetLastRequestRead(dpy, (xGenericReply *) event);
1163 re->xvvideo.send_event = ((event->u.u.type & 0x80) != 0);
1164 re->xvvideo.display = dpy;
1165 re->xvvideo.time = event->u.videoNotify.time;
1166 re->xvvideo.reason = event->u.videoNotify.reason;
1167 re->xvvideo.drawable = event->u.videoNotify.drawable;
1168 re->xvvideo.port_id = event->u.videoNotify.port;

Completed in 4 milliseconds