|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <WinSystemGbm.h>
Public Member Functions | |
| CWinSystemGbm () | |
| virtual | ~CWinSystemGbm ()=default |
| bool | InitWindowSystem () override |
| bool | DestroyWindowSystem () override |
| bool | CreateNewWindow (const std::string &name, bool fullScreen, RESOLUTION_INFO &res) override |
| bool | DestroyWindow () override |
| bool | ResizeWindow (int newWidth, int newHeight, int newLeft, int newTop) override |
| bool | SetFullScreen (bool fullScreen, RESOLUTION_INFO &res, bool blankOtherDisplays) override |
| void | FlipPage (bool rendered, bool videoLayer) |
| bool | CanDoWindowed () override |
| void | UpdateResolutions () override |
| bool | UseLimitedColor () override |
| bool | Hide () override |
| bool | Show (bool raise=true) override |
| virtual void | Register (IDispResource *resource) |
| virtual void | Unregister (IDispResource *resource) |
| std::shared_ptr< CVideoLayerBridge > | GetVideoLayerBridge () const |
| void | RegisterVideoLayerBridge (std::shared_ptr< CVideoLayerBridge > bridge) |
| std::string | GetModule () const |
| std::string | GetDevicePath () const |
| struct gbm_device * | GetGBMDevice () const |
| std::shared_ptr< CDRMUtils > | GetDrm () const |
Public Member Functions inherited from CWinSystemBase | |
| CWinSystemBase () | |
| virtual | ~CWinSystemBase () |
| virtual CRenderSystemBase * | GetRenderSystem () |
| virtual bool | MoveWindow (int topLeft, int topRight) |
| virtual void | FinishModeChange (RESOLUTION res) |
| virtual void | FinishWindowResize (int newWidth, int newHeight) |
| virtual bool | CenterWindow () |
| virtual bool | IsCreated () |
| virtual void | NotifyAppFocusChange (bool bGaining) |
| virtual void | NotifyAppActiveChange (bool bActivated) |
| virtual void | ShowOSMouse (bool show) |
| virtual bool | HasCursor () |
| virtual bool | HasInertialGestures () |
| virtual int | NoOfBuffers () |
| virtual float | GetDisplayLatency () |
| virtual float | GetFrameLatencyAdjustment () |
| virtual bool | Minimize () |
| virtual bool | Restore () |
| virtual std::unique_ptr< CVideoSync > | GetVideoSync (void *clock) |
| virtual void | OnMove (int x, int y) |
| KODI::WINDOWING::COSScreenSaverManager * | GetOSScreenSaver () |
| unsigned int | GetWidth () |
| unsigned int | GetHeight () |
| bool | IsFullScreen () |
| void | SetWindowResolution (int width, int height) |
| std::vector< RESOLUTION_WHR > | ScreenResolutions (float refreshrate) |
| std::vector< REFRESHRATE > | RefreshRates (int width, int height, uint32_t dwFlags) |
| REFRESHRATE | DefaultRefreshRate (std::vector< REFRESHRATE > rates) |
| virtual bool | HasCalibration (const RESOLUTION_INFO &resInfo) |
| virtual std::string | GetClipboardText (void) |
| void | RegisterRenderLoop (IRenderLoop *client) |
| void | UnregisterRenderLoop (IRenderLoop *client) |
| void | DriveRenderLoop () |
| virtual bool | MessagePump () |
| CGraphicContext & | GetGfxContext () |
Protected Member Functions | |
| void | OnLostDevice () |
Protected Member Functions inherited from CWinSystemBase | |
| void | UpdateDesktopResolution (RESOLUTION_INFO &newRes, int width, int height, float refreshRate, uint32_t dwFlags) |
| virtual std::unique_ptr< KODI::WINDOWING::IOSScreenSaver > | GetOSScreenSaverImpl () |
Protected Attributes | |
| std::shared_ptr< CDRMUtils > | m_DRM |
| std::unique_ptr< CGBMUtils > | m_GBM |
| std::shared_ptr< CVideoLayerBridge > | m_videoLayerBridge |
| CCriticalSection | m_resourceSection |
| std::vector< IDispResource * > | m_resources |
| bool | m_delayDispReset = false |
| XbmcThreads::EndTime | m_dispResetTimer |
| std::unique_ptr< OPTIONALS::CLircContainer, OPTIONALS::delete_CLircContainer > | m_lirc |
| std::unique_ptr< CLibInputHandler > | m_libinput |
Protected Attributes inherited from CWinSystemBase | |
| int | m_nWidth = 0 |
| int | m_nHeight = 0 |
| int | m_nTop = 0 |
| int | m_nLeft = 0 |
| bool | m_bWindowCreated = false |
| bool | m_bFullScreen = false |
| bool | m_bBlankOtherDisplay = false |
| float | m_fRefreshRate = 0.0f |
| std::unique_ptr< KODI::WINDOWING::COSScreenSaverManager > | m_screenSaverManager |
| CCriticalSection | m_renderLoopSection |
| std::vector< IRenderLoop * > | m_renderLoopClients |
| std::unique_ptr< IWinEvents > | m_winEvents |
| std::unique_ptr< CGraphicContext > | m_gfxContext |
Additional Inherited Members | |
Static Public Member Functions inherited from CWinSystemBase | |
| static std::unique_ptr< CWinSystemBase > | CreateWinSystem () |
| CWinSystemGbm::CWinSystemGbm | ( | ) |
|
virtualdefault |
|
inlineoverridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Implements CWinSystemBase.
Reimplemented in CWinSystemGbmEGLContext.
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Reimplemented from CWinSystemBase.
Reimplemented in CWinSystemGbmEGLContext.
| void CWinSystemGbm::FlipPage | ( | bool | rendered, |
| bool | videoLayer | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Reimplemented from CWinSystemBase.
Reimplemented in CWinSystemGbmGLContext, and CWinSystemGbmGLESContext.
|
protected |
|
virtual |
Implements CWinSystemBase.
|
inline |
|
overridevirtual |
Implements CWinSystemBase.
|
overridevirtual |
Implements CWinSystemBase.
Reimplemented in CWinSystemGbmGLContext, and CWinSystemGbmGLESContext.
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
virtual |
Implements CWinSystemBase.
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
overridevirtual |
Reimplemented from CWinSystemBase.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |