Searched refs:XvStillMask (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXv.h65 #define XvStillMask 0x00000008 macro
/xsrc/external/mit/xvinfo/dist/
H A Dxvinfo.c110 if (ainfo[j].type & XvStillMask)
118 if (ainfo[j].type & XvStillMask)
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrhostvideo.c409 if ((((XvAdaptorInfo*)a_this)->type & (XvStillMask | XvInputMask)) ==
410 (XvStillMask | XvInputMask))
423 if ((((XvAdaptorInfo*)a_this)->type & (XvStillMask | XvOutputMask)) ==
424 (XvStillMask | XvOutputMask))
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.c231 pa->type &= ~XvStillMask;
245 if (!(adaptorPtr->type & (XvImageMask | XvVideoMask | XvStillMask)))
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c508 !(pPort->pAdaptor->type & XvStillMask)) {
568 !(pPort->pAdaptor->type & XvStillMask)) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.c350 pa->type &= ~XvStillMask;
364 if(!(adaptorPtr->type & (XvImageMask | XvVideoMask | XvStillMask)))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.c409 pa->type &= ~XvStillMask;
423 if(!(adaptorPtr->type & (XvImageMask | XvVideoMask | XvStillMask)))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.c352 pa->type &= ~XvStillMask;
366 if (!(adaptorPtr->type & (XvImageMask | XvVideoMask | XvStillMask)))
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdisp.c585 !(pPort->pAdaptor->type & XvStillMask))
661 !(pPort->pAdaptor->type & XvStillMask))
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv.c707 XvVideoMask | XvStillMask;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c3114 VAR[i].type = XvInputMask | XvWindowMask | XvVideoMask | XvStillMask;
3127 VAR[i].type = XvOutputMask | XvWindowMask | XvVideoMask | XvStillMask;

Completed in 49 milliseconds