Searched refs:XvInputMask (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXv.h62 #define XvInputMask (1<<XvInput) macro
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c129 adaptor->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinvideo.c149 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c140 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xvinfo/dist/
H A Dxvinfo.c106 switch (ainfo[j].type & (XvInputMask | XvOutputMask)) {
107 case XvInputMask:
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c383 if ((((XvAdaptorInfo*)a_this)->type & (XvVideoMask | XvInputMask)) ==
384 (XvVideoMask | XvInputMask))
409 if ((((XvAdaptorInfo*)a_this)->type & (XvStillMask | XvInputMask)) ==
410 (XvStillMask | XvInputMask))
437 if ((((XvAdaptorInfo*)a_this)->type & (XvImageMask | XvInputMask)) ==
438 (XvImageMask | XvInputMask))
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa_video.c338 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
H A Dintel_video_overlay.c464 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_uxa_video.c338 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
H A Dintel_video_overlay.c464 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c477 if (!(pPort->pAdaptor->type & XvInputMask) ||
507 if (!(pPort->pAdaptor->type & XvInputMask) ||
832 !(pPort->pAdaptor->type & XvInputMask)) {
892 !(pPort->pAdaptor->type & XvInputMask)) {
1765 if (!(refAdapt->type & XvInputMask))
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.c238 pa->type &= ~XvInputMask;
819 case XvInputMask:
971 portPriv->type = XvInputMask;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_textured.c410 adaptor->type = XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_textured.c348 adaptor->type = XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c1752 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
1821 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
2018 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
2100 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
2173 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdisp.c546 if (!(pPort->pAdaptor->type & XvInputMask) ||
584 if (!(pPort->pAdaptor->type & XvInputMask) ||
974 !(pPort->pAdaptor->type & XvInputMask))
1054 !(pPort->pAdaptor->type & XvInputMask))
1939 if(!(refAdapt->type & XvInputMask)) continue;
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_video.c248 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_xv.c357 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_overlay.c317 adaptor->type = XvInputMask | XvImageMask | XvWindowMask;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.c357 pa->type &= ~XvInputMask;
902 if(WinPriv->PortRec->type == XvInputMask)
1040 case XvInputMask:
1282 portPriv->type = XvInputMask;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.c416 pa->type &= ~XvInputMask;
983 if(WinPriv->PortRec->type == XvInputMask)
1066 case XvInputMask:
1461 portPriv->type = XvInputMask;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.c359 pa->type &= ~XvInputMask;
856 if (WinPriv->PortRec->type == XvInputMask)
939 case XvInputMask:
1295 portPriv->type = XvInputMask;
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_video.c219 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
263 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c357 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
419 adapt->type = XvWindowMask | XvInputMask | XvImageMask;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv.c706 viaAdaptPtr[i]->type = XvInputMask | XvWindowMask | XvImageMask |
711 viaAdaptPtr[i]->type = XvInputMask | XvWindowMask | XvVideoMask;

Completed in 37 milliseconds

123