Lines Matching refs:adaptorPriv
315 XvAdaptorRecPrivatePtr adaptorPriv; in xf86XVInitAdaptors() local
463 if (!(adaptorPriv = calloc(1, sizeof(XvAdaptorRecPrivate)))) { in xf86XVInitAdaptors()
468 adaptorPriv->flags = adaptorPtr->flags; in xf86XVInitAdaptors()
469 adaptorPriv->PutVideo = adaptorPtr->PutVideo; in xf86XVInitAdaptors()
470 adaptorPriv->PutStill = adaptorPtr->PutStill; in xf86XVInitAdaptors()
471 adaptorPriv->GetVideo = adaptorPtr->GetVideo; in xf86XVInitAdaptors()
472 adaptorPriv->GetStill = adaptorPtr->GetStill; in xf86XVInitAdaptors()
473 adaptorPriv->StopVideo = adaptorPtr->StopVideo; in xf86XVInitAdaptors()
474 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute; in xf86XVInitAdaptors()
475 adaptorPriv->GetPortAttribute = adaptorPtr->GetPortAttribute; in xf86XVInitAdaptors()
476 adaptorPriv->QueryBestSize = adaptorPtr->QueryBestSize; in xf86XVInitAdaptors()
477 adaptorPriv->QueryImageAttributes = adaptorPtr->QueryImageAttributes; in xf86XVInitAdaptors()
478 adaptorPriv->PutImage = adaptorPtr->PutImage; in xf86XVInitAdaptors()
479 adaptorPriv->ReputImage = adaptorPtr->ReputImage; /* image/still */ in xf86XVInitAdaptors()
481 pa->devPriv.ptr = (void *) adaptorPriv; in xf86XVInitAdaptors()
509 portPriv->AdaptorRec = adaptorPriv; in xf86XVInitAdaptors()