Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::WINDOWING::X11 Namespace Reference

Classes

class  CGLContextGLX
 
class  CVaapiProxy
 
class  CVideoSyncGLX
 
class  CVideoSyncOML
 
class  CWinEventsX11
 
class  CWinSystemX11
 
class  CWinSystemX11GLContext
 
class  CWinSystemX11GLESContext
 

Functions

CVaapiProxyVaapiProxyCreate ()
 
void VaapiProxyDelete (CVaapiProxy *proxy)
 
void VaapiProxyConfig (CVaapiProxy *proxy, void *dpy, void *eglDpy)
 
void VAAPIRegister (CVaapiProxy *winSystem, bool deepColor)
 
void VAAPIRegisterRenderGL (CVaapiProxy *winSystem, bool &general, bool &deepColor)
 
void VAAPIRegisterRenderGLES (CVaapiProxy *winSystem, bool &general, bool &deepColor)
 
XID GLXGetWindow (void *context)
 
voidGLXGetContext (void *context)
 
CGLContextGLXContextCreate (Display *dpy)
 
CVideoSyncGLXVideoSyncCreate (CVideoReferenceClock *clock, CWinSystemX11GLContext &winSystem)
 
void VDPAURegisterRender ()
 
void VDPAURegister ()
 

Function Documentation

◆ GLXContextCreate()

CGLContext * KODI::WINDOWING::X11::GLXContextCreate ( Display * dpy)

◆ GLXGetContext()

void * KODI::WINDOWING::X11::GLXGetContext ( void * context)

◆ GLXGetWindow()

XID KODI::WINDOWING::X11::GLXGetWindow ( void * context)

◆ GLXVideoSyncCreate()

CVideoSync * KODI::WINDOWING::X11::GLXVideoSyncCreate ( CVideoReferenceClock * clock,
CWinSystemX11GLContext & winSystem )

◆ VaapiProxyConfig()

void KODI::WINDOWING::X11::VaapiProxyConfig ( CVaapiProxy * proxy,
void * dpy,
void * eglDpy )

◆ VaapiProxyCreate()

CVaapiProxy * KODI::WINDOWING::X11::VaapiProxyCreate ( )

◆ VaapiProxyDelete()

void KODI::WINDOWING::X11::VaapiProxyDelete ( CVaapiProxy * proxy)

◆ VAAPIRegister()

void KODI::WINDOWING::X11::VAAPIRegister ( CVaapiProxy * winSystem,
bool deepColor )

◆ VAAPIRegisterRenderGL()

void KODI::WINDOWING::X11::VAAPIRegisterRenderGL ( CVaapiProxy * winSystem,
bool & general,
bool & deepColor )

◆ VAAPIRegisterRenderGLES()

void KODI::WINDOWING::X11::VAAPIRegisterRenderGLES ( CVaapiProxy * winSystem,
bool & general,
bool & deepColor )

◆ VDPAURegister()

void KODI::WINDOWING::X11::VDPAURegister ( )

◆ VDPAURegisterRender()

void KODI::WINDOWING::X11::VDPAURegisterRender ( )