Lines Matching refs:pAdaptor
1355 XF86VideoAdaptorPtr pAdaptor;
1371 if (!(pAdaptor = xf86XVAllocateVideoAdaptorRec(pScreenInfo)))
1374 ppAdaptor = xnfalloc(sizeof(pAdaptor));
1375 ppAdaptor[0] = pAdaptor;
1377 pAdaptor->nPorts = 1;
1378 pAdaptor->pPortPrivates = pATI->XVPortPrivate;
1381 pAdaptor->type = XvInputMask | XvImageMask | XvWindowMask;
1382 pAdaptor->flags = VIDEO_OVERLAID_IMAGES | VIDEO_CLIP_TO_VIEWPORT;
1383 pAdaptor->name = "ATI Mach64 Back-end Overlay Scaler";
1398 pAdaptor->nEncodings = nATIMach64VideoEncoding;
1399 pAdaptor->pEncodings = ATIMach64VideoEncoding;
1401 pAdaptor->nFormats = nATIMach64VideoFormat;
1402 pAdaptor->pFormats = ATIMach64VideoFormat;
1404 pAdaptor->nAttributes = nATIMach64Attribute;
1405 pAdaptor->pAttributes = ATIMach64Attribute;
1410 pAdaptor->nAttributes -= 4;
1411 pAdaptor->pAttributes += 4;
1414 pAdaptor->nImages = nATIMach64Image;
1415 pAdaptor->pImages = ATIMach64Image;
1417 pAdaptor->StopVideo = ATIMach64StopVideo;
1418 pAdaptor->SetPortAttribute = ATIMach64SetPortAttribute;
1419 pAdaptor->GetPortAttribute = ATIMach64GetPortAttribute;
1420 pAdaptor->QueryBestSize = ATIMach64QueryBestSize;
1421 pAdaptor->PutImage = ATIMach64PutImage;
1422 pAdaptor->QueryImageAttributes = ATIMach64QueryImageAttributes;
1432 Index = nATIMach64Attribute - pAdaptor->nAttributes;