![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "RPIUtils.h"
#include <math.h>
#include "ServiceBroker.h"
#include "utils/log.h"
#include "guilib/gui3d.h"
#include "platform/linux/DllBCM.h"
#include "platform/linux/RBP.h"
#include "utils/StringUtils.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "windowing/GraphicContext.h"
#include "guilib/StereoscopicsManager.h"
#include "rendering/RenderSystem.h"
#include <cassert>
Macros | |
#define | __VIDEOCORE4__ |
#define | __VCCOREVER__ 0x04000000 |
#define | IS_WIDESCREEN(m) |
#define | MAKEFLAGS(group, mode, interlace) |
#define | GETFLAGS_GROUP(f) ( (HDMI_RES_GROUP_T)( ((f) >> 16) & 0xff )) |
#define | GETFLAGS_MODE(f) ( ( (f) >>24 ) & 0xff ) |
#define __VCCOREVER__ 0x04000000 |
#define __VIDEOCORE4__ |
#define GETFLAGS_GROUP | ( | f | ) | ( (HDMI_RES_GROUP_T)( ((f) >> 16) & 0xff )) |
#define GETFLAGS_MODE | ( | f | ) | ( ( (f) >>24 ) & 0xff ) |
#define IS_WIDESCREEN | ( | m | ) |
#define MAKEFLAGS | ( | group, | |
mode, | |||
interlace | |||
) |