Lines Matching refs:ptrAdaptor

685     SMI_PortPtr pPort = (SMI_PortPtr) pSmi->ptrAdaptor->pPortPrivates[0].ptr;
731 SMI_PortPtr pPort = (SMI_PortPtr) pSmi->ptrAdaptor->pPortPrivates[0].ptr;
827 XF86VideoAdaptorPtr ptrAdaptor;
831 ptrAdaptor = calloc(1, sizeof(XF86VideoAdaptorRec) +
833 if (ptrAdaptor == NULL)
836 ptrAdaptor->type = XvInputMask
845 ptrAdaptor->flags = VIDEO_OVERLAID_IMAGES;
847 ptrAdaptor->name = "Silicon Motion MSOC Series Video Engine";
850 ptrAdaptor->name = "Silicon Motion Lynx Series Video Engine";
852 ptrAdaptor->nPorts = 1;
853 ptrAdaptor->pPortPrivates = (DevUnion*) &ptrAdaptor[1];
854 ptrAdaptor->pPortPrivates[0].ptr = (pointer) &ptrAdaptor->pPortPrivates[1];
856 smiPortPtr = (SMI_PortPtr) ptrAdaptor->pPortPrivates[0].ptr;
859 ptrAdaptor->nEncodings = smiPortPtr->nenc;
860 ptrAdaptor->pEncodings = smiPortPtr->enc;
870 ptrAdaptor->nFormats = nElems(SMI_VideoFormats);
871 ptrAdaptor->pFormats = SMI_VideoFormats;
873 ptrAdaptor->nAttributes = nElems(SMI_VideoAttributes);
874 ptrAdaptor->pAttributes = SMI_VideoAttributes;
877 ptrAdaptor->nImages = nElems(SMI501_VideoImages);
878 ptrAdaptor->pImages = SMI501_VideoImages;
881 ptrAdaptor->nImages = nElems(SMI_VideoImages);
882 ptrAdaptor->pImages = SMI_VideoImages;
887 ptrAdaptor->PutVideo = NULL;
889 ptrAdaptor->PutVideo = SMI_PutVideo;
890 ptrAdaptor->PutStill = NULL;
891 ptrAdaptor->GetVideo = NULL;
892 ptrAdaptor->GetStill = NULL;
894 ptrAdaptor->PutVideo = NULL;
895 ptrAdaptor->PutStill = NULL;
896 ptrAdaptor->GetVideo = NULL;
897 ptrAdaptor->GetStill = NULL;
899 ptrAdaptor->StopVideo = SMI_StopVideo;
900 ptrAdaptor->SetPortAttribute = SMI_SetPortAttribute;
901 ptrAdaptor->GetPortAttribute = SMI_GetPortAttribute;
902 ptrAdaptor->QueryBestSize = SMI_QueryBestSize;
903 ptrAdaptor->PutImage = SMI_PutImage;
904 ptrAdaptor->QueryImageAttributes = SMI_QueryImageAttributes;
946 pSmi->ptrAdaptor = ptrAdaptor;
956 LEAVE(ptrAdaptor);
964 SMI_PortPtr pPort = (SMI_PortPtr) pSmi->ptrAdaptor->pPortPrivates[0].ptr;
1494 SMI_PortPtr pPort = (SMI_PortPtr) pSmi->ptrAdaptor->pPortPrivates[0].ptr;
2074 SMI_PortPtr pPort = (SMI_PortPtr) pSmi->ptrAdaptor->pPortPrivates[0].ptr;
2162 SMI_PortPtr pPort = (SMI_PortPtr) pSmi->ptrAdaptor->pPortPrivates[0].ptr;
2200 SMI_PortPtr pPort = pSmi->ptrAdaptor->pPortPrivates[0].ptr;
2451 SMI_PortPtr pPort = pSmi->ptrAdaptor->pPortPrivates[0].ptr;
2546 (pointer) pSmi->ptrAdaptor->pPortPrivates[0].ptr);
2559 (pointer) pSmi->ptrAdaptor->pPortPrivates[0].ptr);