Lines Matching refs:AdaptorRec

388             portPriv->AdaptorRec = adaptorPriv;  in KdXVInitAdaptors()
533 ret = (*portPriv->AdaptorRec->GetVideo) (portPriv->screen, portPriv->pDraw, in KdXVRegetVideo()
547 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVRegetVideo()
589 if (portPriv->AdaptorRec->flags & VIDEO_CLIP_TO_VIEWPORT) { in KdXVReputVideo()
609 ret = (*portPriv->AdaptorRec->PutVideo) (portPriv->screen, portPriv->pDraw, in KdXVReputVideo()
623 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVReputVideo()
665 if (portPriv->AdaptorRec->flags & VIDEO_CLIP_TO_VIEWPORT) { in KdXVReputImage()
686 (*portPriv->AdaptorRec->ReputImage) (portPriv->screen, portPriv->pDraw, in KdXVReputImage()
695 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVReputImage()
771 (*pPriv->AdaptorRec->StopVideo) (pPriv->screen, pPriv->DevPriv.ptr, in KdXVDestroyWindow()
826 if (pPriv->AdaptorRec->ReputImage) in KdXVWindowExposures()
832 (*pPriv->AdaptorRec->StopVideo) (pPriv->screen, in KdXVWindowExposures()
879 (*pPriv->AdaptorRec->StopVideo) (pPriv->screen, in KdXVClipNotify()
1029 if (portPriv->AdaptorRec->flags & VIDEO_CLIP_TO_VIEWPORT) { in KdXVPutStill()
1052 ret = (*portPriv->AdaptorRec->PutStill) (portPriv->screen, pDraw, in KdXVPutStill()
1059 (portPriv->AdaptorRec->flags & VIDEO_OVERLAID_STILLS)) { in KdXVPutStill()
1076 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVPutStill()
1182 ret = (*portPriv->AdaptorRec->GetStill) (portPriv->screen, pDraw, in KdXVGetStill()
1191 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVGetStill()
1220 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVStopVideo()
1233 return ((*portPriv->AdaptorRec->SetPortAttribute) (portPriv->screen, in KdXVSetPortAttribute()
1243 return ((*portPriv->AdaptorRec->GetPortAttribute) (portPriv->screen, in KdXVGetPortAttribute()
1258 (*portPriv->AdaptorRec->QueryBestSize) (portPriv->screen, in KdXVQueryBestSize()
1302 if (portPriv->AdaptorRec->flags & VIDEO_CLIP_TO_VIEWPORT) { in KdXVPutImage()
1325 ret = (*portPriv->AdaptorRec->PutImage) (portPriv->screen, pDraw, in KdXVPutImage()
1333 (portPriv->AdaptorRec->flags & VIDEO_OVERLAID_IMAGES)) { in KdXVPutImage()
1350 (*portPriv->AdaptorRec->StopVideo) (portPriv->screen, in KdXVPutImage()
1369 return (*portPriv->AdaptorRec->QueryImageAttributes) (portPriv->screen, in KdXVQueryImageAttributes()