Home
last modified time | relevance | path

Searched refs:GetVideo (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.h137 GetVideoFuncPtr GetVideo; member
164 GetVideoFuncPtr GetVideo; member
H A Dkxv.c227 if (!adaptorPtr->PutVideo && !adaptorPtr->GetVideo) in KdXVInitAdaptors()
240 if (!adaptorPtr->GetVideo && !adaptorPtr->GetStill) in KdXVInitAdaptors()
350 adaptorPriv->GetVideo = adaptorPtr->GetVideo; in KdXVInitAdaptors()
533 ret = (*portPriv->AdaptorRec->GetVideo) (portPriv->screen, portPriv->pDraw, in KdXVRegetVideo()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h55 GetVideoFuncPtr GetVideo; member
H A Dxf86xv.h137 GetVideoFuncPtr GetVideo; member
H A Dxf86xv.c348 if (!adaptorPtr->PutVideo && !adaptorPtr->GetVideo) in xf86XVInitAdaptors()
361 if (!adaptorPtr->GetVideo && !adaptorPtr->GetStill) in xf86XVInitAdaptors()
471 adaptorPriv->GetVideo = adaptorPtr->GetVideo; in xf86XVInitAdaptors()
671 ret = (*portPriv->AdaptorRec->GetVideo) (portPriv->pScrn, in xf86XVRegetVideo()
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A Dglamor_xf86_xv.c160 adapt->GetVideo = NULL; in glamor_xv_init()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c475 adapt->GetVideo = NULL; in ms_exa_xv_init()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c603 a_this->adaptors[i].GetVideo = ephyrGetVideo; in ephyrXVPrivSetAdaptorsHooks()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt875 R007 XVideo:GetVideo
/OK3568_Linux_fs/external/xserver/
H A DChangeLog102358 Also reput PutVideo/GetVideo ports in AdjustFrame. This makes the
102397 xfree86/xv: Allow xf86XVReputOrStopPort() to stop PutVideo/GetVideo ports
159478 (ephyrXVPrivSetAdaptorsHooks): advertise GetVideo and GetStill