Searched refs:XVideo (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-openchrome/dist/ |
| H A D | configure.ac | 66 [Enable XVideo debugging support [[default=no]]]), 153 AC_DEFINE(XV_DEBUG,1,[Enable XVideo debug support])
|
| H A D | configure | 1449 --enable-xv-debug Enable XVideo debugging support [[default=no]]
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3.h | 134 Bool XVideo; member in struct:_S3Rec
|
| H A D | s3_driver.c | 174 { OPTION_XVIDEO, "XVideo", OPTV_BOOLEAN, {0}, FALSE }, 370 pS3->XVideo = xf86ReturnOptValBool(S3Options, OPTION_XVIDEO, TRUE); 1014 /* XVideo setup */ 1016 if (pS3->XVideo) { 1019 pS3->XVideo = FALSE; 1022 pS3->XVideo = FALSE; 1029 if ((pS3->XVideo) && (pS3->S3NewMMIO))
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v.h | 273 Bool XVideo; member in struct:tagS3VRec
|
| H A D | s3v_xv.c | 125 && ps3v->XVideo
|
| H A D | s3v_driver.c | 259 { OPTION_XVIDEO, "XVideo", OPTV_BOOLEAN, {0}, FALSE }, 880 /* Handle XVideo after we know chipset, so we can give an */ 886 if (xf86GetOptValBool(ps3v->Options, OPTION_XVIDEO ,&ps3v->XVideo)) 887 xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "%s XVideo.\n", 888 ps3v->XVideo ? "Enabling (default)" : "Disabling"); 891 xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "XVideo not supported.\n"); 895 ps3v->XVideo = S3VQueryXvCapable(pScrn); 896 if(ps3v->XVideo) 897 xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "XVideo supported.\n"); 899 xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "XVideo no [all...] |
Completed in 30 milliseconds