| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winvideo.c | 144 XF86VideoAdaptorPtr adapt; 146 if (!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec)))) 149 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 150 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 151 adapt->name = PROJECT_NAME " Video Overlay"; 152 adapt->nEncodings = 1; 153 adapt->pEncodings = DummyEncoding; 154 adapt->nFormats = NUM_FORMATS; 155 adapt->pFormats = Formats; 156 adapt->nPorts = 1 [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/ |
| glamor_xf86_xv.c | 130 XF86VideoAdaptorPtr adapt; local 135 adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + num_texture_ports * 137 if (adapt == NULL) 140 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 141 adapt->flags = 0; 142 adapt->name = "GLAMOR Textured Video"; 143 adapt->nEncodings = 1; 144 adapt->pEncodings = DummyEncodingGLAMOR; 146 adapt->nFormats = NUM_FORMATS; 147 adapt->pFormats = Formats [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_uxa_video.c | 321 XF86VideoAdaptorPtr adapt; local 328 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); 331 if (adapt == NULL || adaptor_privs == NULL || devUnions == NULL) { 332 free(adapt); 338 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 339 adapt->flags = 0; 340 adapt->name = "Intel(R) Textured Video"; 341 adapt->nEncodings = 1; 342 adapt->pEncodings = xnfalloc(sizeof(intel_xv_dummy_encoding)); 343 memcpy(adapt->pEncodings, intel_xv_dummy_encoding, sizeof(intel_xv_dummy_encoding)) [all...] |
| intel_video_overlay.c | 447 XF86VideoAdaptorPtr adapt; local 458 if (!(adapt = calloc(1, 464 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 465 adapt->flags = VIDEO_OVERLAID_IMAGES /*| VIDEO_CLIP_TO_VIEWPORT */ ; 466 adapt->name = "Intel(R) Video Overlay"; 467 adapt->nEncodings = 1; 468 adapt->pEncodings = xnfalloc(sizeof(intel_xv_dummy_encoding)); 469 memcpy(adapt->pEncodings, intel_xv_dummy_encoding, sizeof(intel_xv_dummy_encoding)); 471 adapt->pEncodings->width = IMAGE_MAX_WIDTH_LEGACY; 472 adapt->pEncodings->height = IMAGE_MAX_HEIGHT_LEGACY [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_uxa_video.c | 321 XF86VideoAdaptorPtr adapt; local 328 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); 331 if (adapt == NULL || adaptor_privs == NULL || devUnions == NULL) { 332 free(adapt); 338 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 339 adapt->flags = 0; 340 adapt->name = "Intel(R) Textured Video"; 341 adapt->nEncodings = 1; 342 adapt->pEncodings = xnfalloc(sizeof(intel_xv_dummy_encoding)); 343 memcpy(adapt->pEncodings, intel_xv_dummy_encoding, sizeof(intel_xv_dummy_encoding)) [all...] |
| intel_video_overlay.c | 447 XF86VideoAdaptorPtr adapt; local 458 if (!(adapt = calloc(1, 464 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 465 adapt->flags = VIDEO_OVERLAID_IMAGES /*| VIDEO_CLIP_TO_VIEWPORT */ ; 466 adapt->name = "Intel(R) Video Overlay"; 467 adapt->nEncodings = 1; 468 adapt->pEncodings = xnfalloc(sizeof(intel_xv_dummy_encoding)); 469 memcpy(adapt->pEncodings, intel_xv_dummy_encoding, sizeof(intel_xv_dummy_encoding)); 471 adapt->pEncodings->width = IMAGE_MAX_WIDTH_LEGACY; 472 adapt->pEncodings->height = IMAGE_MAX_HEIGHT_LEGACY [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nouveau_xv.c | 1742 XF86VideoAdaptorPtr adapt; local 1746 if (!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 1752 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 1753 adapt->flags = 0; 1754 adapt->name = "NV Video Blitter"; 1755 adapt->nEncodings = 1; 1756 adapt->pEncodings = &DummyEncoding; 1757 adapt->nFormats = NUM_FORMATS_ALL; 1758 adapt->pFormats = NVFormats; 1759 adapt->nPorts = NUM_BLIT_PORTS 1812 XF86VideoAdaptorPtr adapt; local 2008 XF86VideoAdaptorPtr adapt; local 2090 XF86VideoAdaptorPtr adapt; local 2163 XF86VideoAdaptorPtr adapt; local [all...] |
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| s3_video.c | 205 XF86VideoAdaptorPtr adapt; local 209 if(!(adapt = xf86XVAllocateVideoAdaptorRec(pScrn))) 215 free(adapt); 219 adapt->pPortPrivates = (DevUnion*)(&pPriv[1]); 222 adapt->pPortPrivates[i].val = i; 231 pS3->adaptor = adapt; 234 return adapt; 242 XF86VideoAdaptorPtr adapt; local 244 adapt = S3AllocAdaptor(pScrn); 245 if (adapt == NULL [all...] |
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| s3v_xv.c | 297 XF86VideoAdaptorPtr adapt; local 302 if(!(adapt = xf86XVAllocateVideoAdaptorRec(pScrn))) 308 free(adapt); 312 adapt->pPortPrivates = (DevUnion*)(&pPriv[1]); 315 adapt->pPortPrivates[i].val = i; 336 ps3v->adaptor = adapt; 339 return adapt; 351 XF86VideoAdaptorPtr adapt; local 353 adapt = S3VAllocAdaptor(pScrn); 354 if (adapt == NULL [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| nv_video.c | 346 XF86VideoAdaptorPtr adapt; local 350 if (!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 357 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 358 adapt->flags = 0; 359 adapt->name = "NV Video Blitter"; 360 adapt->nEncodings = 1; 361 adapt->pEncodings = &DummyEncoding; 362 adapt->nFormats = NUM_FORMATS_ALL; 363 adapt->pFormats = NVFormats; 364 adapt->nPorts = NUM_BLIT_PORTS 409 XF86VideoAdaptorPtr adapt; local [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_textured_video.c | 820 XF86VideoAdaptorPtr adapt; local 824 adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + num_texture_ports * 826 if (adapt == NULL) 839 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 840 adapt->flags = 0; 841 adapt->name = "Radeon Textured Video"; 842 adapt->nEncodings = 1; 844 adapt->pEncodings = DummyEncodingEG; 846 adapt->pEncodings = DummyEncodingR600; 848 adapt->pEncodings = DummyEncodingR500 [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_textured_video.c | 826 XF86VideoAdaptorPtr adapt; local 830 adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + num_texture_ports * 832 if (!adapt) 845 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 846 adapt->flags = 0; 847 adapt->name = "Radeon Textured Video"; 848 adapt->nEncodings = 1; 850 adapt->pEncodings = DummyEncodingEG; 852 adapt->pEncodings = DummyEncodingR600; 854 adapt->pEncodings = DummyEncodingR500 [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_video.c | 181 XF86VideoAdaptorPtr adapt; local 185 if(!(adapt = xf86XVAllocateVideoAdaptorRec(pScrn))) 190 free(adapt); 194 adapt->pPortPrivates = (DevUnion*)(&pPriv[1]); 195 adapt->pPortPrivates[0].ptr = (pointer)pPriv; 204 return adapt; 214 XF86VideoAdaptorPtr adapt; local 216 if(!(adapt = TDFXAllocAdaptor(pScrn, TDFX_MAX_OVERLAY_PORTS))) 219 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 220 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT 257 XF86VideoAdaptorPtr adapt; local [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| mga_video.c | 223 XF86VideoAdaptorPtr adapt; local 228 if(!(adapt = xf86XVAllocateVideoAdaptorRec(pScrn))) 234 free(adapt); 238 adapt->pPortPrivates = (DevUnion*)(&pPriv[1]); 241 adapt->pPortPrivates[i].val = i; 256 pMga->adaptor = adapt; 259 return adapt; 267 XF86VideoAdaptorPtr adapt; local 269 adapt = MGAAllocAdaptor(pScrn, TRUE); 270 if (adapt == NULL 315 XF86VideoAdaptorPtr adapt; local 1305 XF86VideoAdaptorPtr adapt; local [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_video.c | 185 XF86VideoAdaptorPtr adapt; local 189 if(!(adapt = xf86XVAllocateVideoAdaptorRec(pScrn))) 194 free(adapt); 198 adapt->pPortPrivates = (DevUnion*)(&pPriv[1]); 199 adapt->pPortPrivates[0].ptr = (pointer)pPriv; 214 return adapt; 223 XF86VideoAdaptorPtr adapt; local 225 if(!(adapt = R128AllocAdaptor(pScrn))) 228 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 229 adapt->flags = VIDEO_OVERLAID_IMAGES /*| VIDEO_CLIP_TO_VIEWPORT*/ [all...] |
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| apm_video.c | 301 XF86VideoAdaptorPtr adapt; local 304 if(!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 309 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 310 adapt->flags = VIDEO_OVERLAID_IMAGES; 311 adapt->name = "Alliance Pro Motion video engine"; 312 adapt->nEncodings = 1; 313 adapt->pEncodings = DummyEncoding; 314 adapt->nFormats = NUM_FORMATS; 315 adapt->pFormats = Formats; 316 adapt->nPorts = 2 [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_video.c | 694 XF86VideoAdaptorPtr adapt; local 697 adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 700 if (adapt == NULL) { 705 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 706 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 708 adapt->name = "AMD Geode LX"; 709 adapt->nEncodings = 1; 710 adapt->pEncodings = DummyEncoding; 711 adapt->nFormats = ARRAY_SIZE(Formats); 712 adapt->pFormats = Formats [all...] |
| gx_video.c | 378 XF86VideoAdaptorPtr adapt; local 381 if (!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 385 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 386 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 387 adapt->name = "Advanced Micro Devices"; 388 adapt->nEncodings = 1; 389 adapt->pEncodings = DummyEncoding; 390 adapt->nFormats = NUM_FORMATS; 391 adapt->pFormats = Formats; 392 adapt->nPorts = 1 [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx2_video.c | 450 XF86VideoAdaptorPtr adapt; local 453 if (!(adapt = xcalloc(1, sizeof(XF86VideoAdaptorRec) + 457 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 458 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 459 adapt->name = "National Semiconductor Corporation"; 460 adapt->nEncodings = 1; 461 adapt->pEncodings = DummyEncoding; 462 adapt->nFormats = NUM_FORMATS; 463 adapt->pFormats = Formats; 464 adapt->nPorts = 1 [all...] |
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_tex_video.c | 931 XF86VideoAdaptorPtr adapt; local 946 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); 949 if (adapt == NULL || dev_unions == NULL || attrs == NULL) { 950 free(adapt); 956 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 957 adapt->flags = 0; 958 adapt->name = xv_adapt_name; 959 adapt->nEncodings = 1; 960 adapt->pEncodings = DummyEncoding; 961 adapt->nFormats = NUM_FORMATS [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_video.c | 836 XF86VideoAdaptorPtr adapt; local 842 if (!(adapt = xcalloc(1, sizeof(XF86VideoAdaptorRec) + 846 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 847 adapt->flags = VIDEO_OVERLAID_IMAGES /*| VIDEO_CLIP_TO_VIEWPORT*/; 848 adapt->name = "Intel(R) Video Overlay"; 849 adapt->nEncodings = 1; 850 adapt->pEncodings = DummyEncoding; 853 adapt->pEncodings->width = IMAGE_MAX_WIDTH_LEGACY; 854 adapt->pEncodings->height = IMAGE_MAX_HEIGHT_LEGACY; 856 adapt->nFormats = NUM_FORMATS 958 XF86VideoAdaptorPtr adapt; local [all...] |
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| trident_video.c | 318 XF86VideoAdaptorPtr adapt; local 321 if(!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 326 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 327 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 328 adapt->name = "Trident Backend Scaler"; 329 adapt->nEncodings = 1; 330 adapt->pEncodings = DummyEncoding; 331 adapt->nFormats = NUM_FORMATS; 332 adapt->pFormats = Formats; 333 adapt->nPorts = 1 [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| ct_video.c | 233 XF86VideoAdaptorPtr adapt; local 236 if(!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 241 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 242 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 243 adapt->name = "Chips and Technologies Backend Scaler"; 244 adapt->nEncodings = 1; 245 adapt->pEncodings = DummyEncoding; 246 adapt->nFormats = NUM_FORMATS; 247 adapt->pFormats = Formats; 248 adapt->nPorts = 1 [all...] |
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm3_video.c | 283 XF86VideoAdaptorPtr adapt; local 286 if(!(adapt = calloc(1, sizeof(XF86VideoAdaptorRec) + 291 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 292 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 293 adapt->name = "Permedia3 Backend Scaler"; 294 adapt->nEncodings = 1; 295 adapt->pEncodings = DummyEncoding; 296 adapt->nFormats = NUM_FORMATS; 297 adapt->pFormats = Formats; 298 adapt->nPorts = 1 [all...] |
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| i740_video.c | 1173 XF86VideoAdaptorPtr adapt; local 1180 if(!(adapt = calloc(1, n))) 1183 /*//memset(adapt,0,n);*/ 1186 adapt->type = XvWindowMask | XvInputMask | XvImageMask; 1187 adapt->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT; 1188 adapt->name = "I740 Video Overlay"; 1189 adapt->nEncodings = 1; 1190 adapt->pEncodings = DummyEncoding; 1191 adapt->nFormats = NUM_FORMATS; 1192 adapt->pFormats = i740vid_Formats [all...] |