#include <algorithm>
#include <cmath>
#include <iostream>
#include <thread>
#include <QCoreApplication>
#include <QString>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythmiscutil.h"
#include "libmythbase/sizetliteral.h"
#include "libmythtv/mythcommflagplayer.h"
#include "libmythtv/programtypes.h"
#include "ClassicCommDetector.h"
#include "ClassicLogoDetector.h"
#include "ClassicSceneChangeDetector.h"
Go to the source code of this file.
◆ frameAspects
◆ frameFormats
| Enumerator |
|---|
| COMM_FORMAT_NORMAL | |
| COMM_FORMAT_LETTERBOX | |
| COMM_FORMAT_PILLARBOX | |
| COMM_FORMAT_MAX | |
Definition at line 32 of file ClassicCommDetector.cpp.
◆ toStringFrameAspects()
| static QString toStringFrameAspects |
( |
int |
aspect, |
|
|
bool |
verbose |
|
) |
| |
|
static |
◆ toStringFrameFormats()
| static QString toStringFrameFormats |
( |
int |
format, |
|
|
bool |
verbose |
|
) |
| |
|
static |
◆ toStringFrameMaskValues()
| static QString toStringFrameMaskValues |
( |
int |
mask, |
|
|
bool |
verbose |
|
) |
| |
|
static |
◆ FrameAspects
◆ FrameFormats