MythTV
master
|
#include <algorithm>
#include <vector>
#include <QStringList>
#include <QCoreApplication>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythlogging.h"
#include "format.h"
#include "captions/cc608decoder.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 20 of file cc608decoder.cpp.
|
static |
Definition at line 1461 of file cc608decoder.cpp.
Referenced by CC608Decoder::CC608Decoder().
|
static |
Definition at line 842 of file cc608decoder.cpp.
Referenced by Printable().
|
static |
Definition at line 847 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
staticconstexpr |
Definition at line 864 of file cc608decoder.cpp.
Referenced by DumpPIL().
|
static |
Definition at line 867 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 997 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSPacketParseChannel(), and CC608Decoder::XDSPacketParseProgram().
|
static |
Definition at line 63 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 69 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 77 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 89 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatCCField().
|
static |
Definition at line 1121 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSDecode().