MythTV
master
|
#include <algorithm>
#include <vector>
#include <QStringList>
#include <QCoreApplication>
#include "format.h"
#include "captions/cc608decoder.h"
#include "mythcontext.h"
#include "mythlogging.h"
#include "vbilut.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_XDS 0 |
#define | PIL_TIME(day, mon, hour, min) (((day) << 15) + ((mon) << 11) + ((hour) << 6) + ((min) << 0)) |
Functions | |
static void | init_xds_program_type (CC608ProgramType &xds_program_type) |
static bool | IsPrintable (char c) |
static char | Printable (char c) |
static void | DumpPIL (int pil) |
static bool | is_better (const QString &newStr, const QString &oldStr) |
Variables | |
static const std::array< const int, 16 > | rowdata |
static const std::array< const QChar, 16 > | specialchar |
static const std::array< const QChar, 32 > | extendedchar2 |
static const std::array< const QChar, 32 > | extendedchar3 |
static std::array< const int, 16 > | b1_to_service |
#define DEBUG_XDS 0 |
Definition at line 19 of file cc608decoder.cpp.
#define PIL_TIME | ( | day, | |
mon, | |||
hour, | |||
min | |||
) | (((day) << 15) + ((mon) << 11) + ((hour) << 6) + ((min) << 0)) |
|
static |
Definition at line 1441 of file cc608decoder.cpp.
Referenced by CC608Decoder::CC608Decoder().
|
static |
Definition at line 827 of file cc608decoder.cpp.
Referenced by Printable().
|
static |
Definition at line 832 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 849 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 981 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSPacketParseChannel(), and CC608Decoder::XDSPacketParseProgram().
|
static |
Definition at line 62 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 68 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 76 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 88 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 1105 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSDecode().