|
MythTV master
|
#include "captions/cc608decoder.h"#include <algorithm>#include <vector>#include <QStringList>#include <QCoreApplication>#include "libmythbase/mythlogging.h"#include "vbilut.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_XDS 0 |
Functions | |
| static void | init_xds_program_type (CC608ProgramType &xds_program_type) |
| static bool | IsPrintable (char c) |
| static char | Printable (char c) |
| static constexpr int | PIL_TIME (int day, int mon, int hour, int min) |
| 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 18 of file cc608decoder.cpp.
|
static |
Definition at line 871 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 1465 of file cc608decoder.cpp.
Referenced by CC608Decoder::CC608Decoder().
|
static |
Definition at line 1001 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSPacketParseChannel(), and CC608Decoder::XDSPacketParseProgram().
|
static |
Definition at line 846 of file cc608decoder.cpp.
Referenced by Printable().
|
staticconstexpr |
Definition at line 868 of file cc608decoder.cpp.
Referenced by DumpPIL().
|
static |
Definition at line 851 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 1124 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSDecode().
|
static |
Definition at line 75 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 87 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 61 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 67 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().