Home | History | Annotate | Download | only in src

Lines Matching refs:pAdaptor

1321     XF86VideoAdaptorPtr pAdaptor;
1336 if (!(pAdaptor = xf86XVAllocateVideoAdaptorRec(pScreenInfo)))
1339 ppAdaptor = XNFalloc(sizeof(pAdaptor));
1340 ppAdaptor[0] = pAdaptor;
1342 pAdaptor->nPorts = 1;
1343 pAdaptor->pPortPrivates = pATI->XVPortPrivate;
1346 pAdaptor->type = XvInputMask | XvImageMask | XvWindowMask;
1347 pAdaptor->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1348 pAdaptor->name = "ATI Mach64 Back-end Overlay Scaler";
1363 pAdaptor->nEncodings = nATIMach64VideoEncoding;
1364 pAdaptor->pEncodings = ATIMach64VideoEncoding;
1366 pAdaptor->nFormats = nATIMach64VideoFormat;
1367 pAdaptor->pFormats = ATIMach64VideoFormat;
1369 pAdaptor->nAttributes = nATIMach64Attribute;
1370 pAdaptor->pAttributes = ATIMach64Attribute;
1375 pAdaptor->nAttributes -= 4;
1376 pAdaptor->pAttributes += 4;
1379 pAdaptor->nImages = nATIMach64Image;
1380 pAdaptor->pImages = ATIMach64Image;
1382 pAdaptor->StopVideo = ATIMach64StopVideo;
1383 pAdaptor->SetPortAttribute = ATIMach64SetPortAttribute;
1384 pAdaptor->GetPortAttribute = ATIMach64GetPortAttribute;
1385 pAdaptor->QueryBestSize = ATIMach64QueryBestSize;
1386 pAdaptor->PutImage = ATIMach64PutImage;
1387 pAdaptor->QueryImageAttributes = ATIMach64QueryImageAttributes;
1399 Index = nATIMach64Attribute - pAdaptor->nAttributes;