Home
last modified time | relevance | path

Searched refs:XvdiStopVideo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdix.h258 extern _X_EXPORT int XvdiStopVideo(ClientPtr, XvPortPtr, DrawablePtr);
H A Dxvmain.c736 XvdiStopVideo(NULL, pPort, pPort->pDraw); in XvdiGrabPort()
904 XvdiStopVideo(ClientPtr client, XvPortPtr pPort, DrawablePtr pDraw) in XvdiStopVideo() function
H A Dxvdisp.c671 return XvdiStopVideo(client, pPort, pDraw); in ProcXvStopVideo()