|
MythTV
0.27pre
|
#include <DetectLetterbox.h>

Public Member Functions | |
| DetectLetterbox (MythPlayer *const player) | |
| ~DetectLetterbox () | |
| void | SetDetectLetterbox (bool detect) |
| bool | GetDetectLetterbox () const |
| void | Detect (VideoFrame *frame) |
| Detects if this frame is or is not letterboxed. | |
| void | SwitchTo (VideoFrame *frame) |
| Switch to the mode detected by DetectLetterbox. | |
Definition at line 9 of file DetectLetterbox.h.
| DetectLetterbox::DetectLetterbox | ( | MythPlayer *const | player | ) |
Definition at line 9 of file DetectLetterbox.cpp.
| DetectLetterbox::~DetectLetterbox | ( | ) |
Definition at line 25 of file DetectLetterbox.cpp.
Definition at line 329 of file DetectLetterbox.cpp.
Referenced by TV::OSDDialogEvent(), and MythPlayer::ToggleAdjustFill().
| bool DetectLetterbox::GetDetectLetterbox | ( | ) | const |
Definition at line 337 of file DetectLetterbox.cpp.
Referenced by Detect(), TV::OSDDialogEvent(), and SwitchTo().
| void DetectLetterbox::Detect | ( | VideoFrame * | frame | ) |
Detects if this frame is or is not letterboxed.
If a change is detected detectLetterboxSwitchFrame and detectLetterboxDetectedMode are set.
Definition at line 35 of file DetectLetterbox.cpp.
Referenced by MythPlayer::ReleaseNextVideoFrame().
| void DetectLetterbox::SwitchTo | ( | VideoFrame * | frame | ) |
Switch to the mode detected by DetectLetterbox.
Switch fill mode if a switch was detected for this frame.
Definition at line 293 of file DetectLetterbox.cpp.
Referenced by MythPlayer::DisplayNormalFrame().
|
private |
Definition at line 20 of file DetectLetterbox.h.
Referenced by Detect(), DetectLetterbox(), GetDetectLetterbox(), and SetDetectLetterbox().
|
private |
Definition at line 21 of file DetectLetterbox.h.
Referenced by Detect(), DetectLetterbox(), and SetDetectLetterbox().
|
private |
Definition at line 23 of file DetectLetterbox.h.
Referenced by Detect(), and DetectLetterbox().
|
private |
Definition at line 24 of file DetectLetterbox.h.
Referenced by Detect(), DetectLetterbox(), SetDetectLetterbox(), and SwitchTo().
|
private |
Definition at line 25 of file DetectLetterbox.h.
Referenced by Detect(), DetectLetterbox(), SetDetectLetterbox(), and SwitchTo().
|
private |
Definition at line 26 of file DetectLetterbox.h.
Referenced by Detect(), and DetectLetterbox().
|
private |
Definition at line 27 of file DetectLetterbox.h.
Referenced by Detect(), and DetectLetterbox().
|
private |
Definition at line 28 of file DetectLetterbox.h.
Referenced by Detect(), DetectLetterbox(), and SwitchTo().
|
private |
Definition at line 30 of file DetectLetterbox.h.
Referenced by Detect(), DetectLetterbox(), SetDetectLetterbox(), and SwitchTo().
|
private |
Definition at line 32 of file DetectLetterbox.h.
Referenced by Detect(), and DetectLetterbox().
|
private |
Definition at line 33 of file DetectLetterbox.h.
Referenced by Detect(), and SwitchTo().
1.8.1.2