Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c194 XvAdaptorRecPrivatePtr adaptorPriv; in KdXVInitAdaptors() local
342 if (!(adaptorPriv = calloc(1, sizeof(XvAdaptorRecPrivate)))) { in KdXVInitAdaptors()
347 adaptorPriv->flags = adaptorPtr->flags; in KdXVInitAdaptors()
348 adaptorPriv->PutVideo = adaptorPtr->PutVideo; in KdXVInitAdaptors()
349 adaptorPriv->PutStill = adaptorPtr->PutStill; in KdXVInitAdaptors()
350 adaptorPriv->GetVideo = adaptorPtr->GetVideo; in KdXVInitAdaptors()
351 adaptorPriv->GetStill = adaptorPtr->GetStill; in KdXVInitAdaptors()
352 adaptorPriv->StopVideo = adaptorPtr->StopVideo; in KdXVInitAdaptors()
353 adaptorPriv->SetPortAttribute = adaptorPtr->SetPortAttribute; in KdXVInitAdaptors()
354 adaptorPriv->GetPortAttribute = adaptorPtr->GetPortAttribute; in KdXVInitAdaptors()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c315 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()
[all …]