MythTV
master
|
#include <QApplication>
#include "mythconfig.h"
#include "mythmiscutil.h"
#include "mythplayer.h"
#include "mythcorecontext.h"
#include "mythmainwindow.h"
#include "mythvideobounds.h"
#include <cmath>
Go to the source code of this file.
Macros | |
#define | LOC QString("VideoBounds: ") |
#define | SCALED_RECT(SRC, SCALE) |
Functions | |
static float | fix_aspect (float raw) |
Correct for rounding errors. More... | |
static float | snap (float value, float snapto, float diff) |
#define LOC QString("VideoBounds: ") |
Definition at line 37 of file mythvideobounds.cpp.
#define SCALED_RECT | ( | SRC, | |
SCALE | |||
) |
Definition at line 39 of file mythvideobounds.cpp.
|
static |
Correct for rounding errors.
Definition at line 907 of file mythvideobounds.cpp.
Referenced by MythVideoBounds::ApplyLetterboxing(), and MythVideoBounds::PrintMoveResizeDebug().
|
static |
Definition at line 920 of file mythvideobounds.cpp.
Referenced by DecoderBase::SetSeekSnap(), MythVideoBounds::ToggleMoveBottomLine(), and MythVideoBounds::Zoom().