Home
last modified time | relevance | path

Searched refs:adaptorPtr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c192 KdVideoAdaptorPtr adaptorPtr; in KdXVInitAdaptors() local
214 for (pa = pAdaptor, na = 0, numAdaptor = 0; na < number; na++, adaptorPtr++) { in KdXVInitAdaptors()
215 adaptorPtr = &infoPtr[na]; in KdXVInitAdaptors()
217 if (!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute || in KdXVInitAdaptors()
218 !adaptorPtr->GetPortAttribute || !adaptorPtr->QueryBestSize) in KdXVInitAdaptors()
222 if (!adaptorPtr->nEncodings || !adaptorPtr->pEncodings) in KdXVInitAdaptors()
225 pa->type = adaptorPtr->type; in KdXVInitAdaptors()
227 if (!adaptorPtr->PutVideo && !adaptorPtr->GetVideo) in KdXVInitAdaptors()
230 if (!adaptorPtr->PutStill && !adaptorPtr->GetStill) in KdXVInitAdaptors()
233 if (!adaptorPtr->PutImage || !adaptorPtr->QueryImageAttributes) in KdXVInitAdaptors()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c313 XF86VideoAdaptorPtr adaptorPtr; in xf86XVInitAdaptors() local
335 for (pa = pAdaptor, na = 0, numAdaptor = 0; na < number; na++, adaptorPtr++) { in xf86XVInitAdaptors()
336 adaptorPtr = infoPtr[na]; in xf86XVInitAdaptors()
338 if (!adaptorPtr->StopVideo || !adaptorPtr->SetPortAttribute || in xf86XVInitAdaptors()
339 !adaptorPtr->GetPortAttribute || !adaptorPtr->QueryBestSize) in xf86XVInitAdaptors()
343 if (!adaptorPtr->nEncodings || !adaptorPtr->pEncodings) in xf86XVInitAdaptors()
346 pa->type = adaptorPtr->type; in xf86XVInitAdaptors()
348 if (!adaptorPtr->PutVideo && !adaptorPtr->GetVideo) in xf86XVInitAdaptors()
351 if (!adaptorPtr->PutStill && !adaptorPtr->GetStill) in xf86XVInitAdaptors()
354 if (!adaptorPtr->PutImage || !adaptorPtr->QueryImageAttributes) in xf86XVInitAdaptors()
[all …]