Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "LinuxRendererGL.h"
#include "RenderCapture.h"
#include "RenderCaptureGL.h"
#include "RenderFactory.h"
#include "ServiceBroker.h"
#include "VideoShaders/VideoFilterShaderGL.h"
#include "VideoShaders/YUV2RGBShaderGL.h"
#include "application/ApplicationComponents.h"
#include "application/ApplicationPlayer.h"
#include "cores/IPlayer.h"
#include "cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodec.h"
#include "cores/VideoPlayer/VideoRenderers/RenderFlags.h"
#include "rendering/MatrixGL.h"
#include "rendering/gl/RenderSystemGL.h"
#include "settings/AdvancedSettings.h"
#include "settings/DisplaySettings.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/GLUtils.h"
#include "utils/log.h"
#include "windowing/GraphicContext.h"
#include "windowing/WinSystem.h"
#include <locale.h>
#include <memory>
#include <mutex>
Macros | |
#define | PBO_OFFSET 16 |
#define PBO_OFFSET 16 |