|
MythTV master
|
#include <mythcommflag/ClassicCommDetector.h>
Public Member Functions | |
| QString | toString (uint64_t frame, bool verbose) const |
Static Public Member Functions | |
| static QString | GetHeader (void) |
Public Attributes | |
| int | minBrightness |
| int | maxBrightness |
| int | avgBrightness |
| int | sceneChangePercent |
| int | aspect |
| int | format |
| int | flagMask |
Definition at line 33 of file ClassicCommDetector.h.
|
static |
Definition at line 102 of file ClassicCommDetector.cpp.
Referenced by ClassicCommDetector::PrintFullMap().
| QString FrameInfoEntry::toString | ( | uint64_t | frame, |
| bool | verbose | ||
| ) | const |
Definition at line 107 of file ClassicCommDetector.cpp.
| int FrameInfoEntry::aspect |
Definition at line 40 of file ClassicCommDetector.h.
Referenced by toString(), and ClassicCommDetector::UpdateFrameBlock().
| int FrameInfoEntry::avgBrightness |
Definition at line 38 of file ClassicCommDetector.h.
Referenced by toString().
| int FrameInfoEntry::flagMask |
Definition at line 42 of file ClassicCommDetector.h.
Referenced by toString(), and ClassicCommDetector::UpdateFrameBlock().
| int FrameInfoEntry::format |
Definition at line 41 of file ClassicCommDetector.h.
Referenced by toString(), and ClassicCommDetector::UpdateFrameBlock().
| int FrameInfoEntry::maxBrightness |
Definition at line 37 of file ClassicCommDetector.h.
Referenced by toString().
| int FrameInfoEntry::minBrightness |
Definition at line 36 of file ClassicCommDetector.h.
Referenced by toString().
| int FrameInfoEntry::sceneChangePercent |
Definition at line 39 of file ClassicCommDetector.h.
Referenced by toString().