Go to the source code of this file.
Functions | |
| static QSize | fix_1080i (QSize raw) |
| Correct for a 1920x1080 frames reported as 1920x1088. | |
| static QSize | fix_alignment (QSize raw) |
| Correct for underalignment. | |
| static float | fix_aspect (float raw) |
| Correct for rounding errors. | |
| static QString | to_comma_list (const QStringList &list) |
| static float | sq (float a) |
| static float | snap (float value, float snapto, float diff) |
| static QSize fix_1080i | ( | QSize | raw | ) | [static] |
Correct for a 1920x1080 frames reported as 1920x1088.
Definition at line 1832 of file videooutbase.cpp.
Referenced by VideoOutput::Init(), and VideoOutput::InputChanged().
| static QSize fix_alignment | ( | QSize | raw | ) | [static] |
| static float fix_aspect | ( | float | raw | ) | [static] |
Correct for rounding errors.
Definition at line 1849 of file videooutbase.cpp.
Referenced by VideoOutput::ApplyLetterboxing(), and VideoOutput::PrintMoveResizeDebug().
| static QString to_comma_list | ( | const QStringList & | list | ) | [static] |
| static float sq | ( | float | a | ) | [static] |
Definition at line 706 of file videooutbase.cpp.
| static float snap | ( | float | value, | |
| float | snapto, | |||
| float | diff | |||
| ) | [static] |
1.5.5