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 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 968 of file videooutwindow.cpp.
Referenced by VideoOutWindow::Init(), and VideoOutWindow::InputChanged().
| static QSize fix_alignment | ( | QSize | raw | ) | [static] |
Correct for underalignment.
Definition at line 978 of file videooutwindow.cpp.
Referenced by VideoOutWindow::Init(), VideoOutWindow::InputChanged(), and VideoOutWindow::MoveResize().
| static float fix_aspect | ( | float | raw | ) | [static] |
Correct for rounding errors.
Definition at line 946 of file videooutwindow.cpp.
Referenced by VideoOutWindow::ApplyLetterboxing(), and VideoOutWindow::PrintMoveResizeDebug().
| static float snap | ( | float | value, | |
| float | snapto, | |||
| float | diff | |||
| ) | [static] |
Definition at line 983 of file videooutwindow.cpp.
Referenced by VideoOutWindow::Zoom().
1.6.3