|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "DisplaySettings.h"#include <cstdlib>#include <float.h>#include <algorithm>#include <string>#include <utility>#include <vector>#include "ServiceBroker.h"#include "cores/VideoPlayer/VideoRenderers/ColorManager.h"#include "dialogs/GUIDialogFileBrowser.h"#include "windowing/GraphicContext.h"#include "guilib/GUIComponent.h"#include "guilib/LocalizeStrings.h"#include "guilib/StereoscopicsManager.h"#include "messaging/helpers/DialogHelper.h"#include "settings/AdvancedSettings.h"#include "settings/lib/Setting.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "storage/MediaManager.h"#include "threads/SingleLock.h"#include "utils/log.h"#include "utils/StringUtils.h"#include "utils/Variant.h"#include "utils/XMLUtils.h"#include "rendering/RenderSystem.h"#include "windowing/WinSystem.h"Macros | |
| #define | MAX_REFRESH_CHANGE_DELAY 200 |
Functions | |
| float | square_error (float x, float y) |
| #define MAX_REFRESH_CHANGE_DELAY 200 |
| float square_error | ( | float | x, |
| float | y | ||
| ) |