|
MythTV master
|
#include "captions/cc608decoder.h"#include <algorithm>#include <vector>#include <QStringList>#include <QCoreApplication>#include "libmythbase/mythlogging.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 uint8_t, 256 > | vbi_bit_reverse |
| static const std::array< const std::string, 8 > | formats |
| static const std::array< const std::string, 4 > | subtitles |
| 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 16 of file cc608decoder.cpp.
|
static |
Definition at line 925 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 1519 of file cc608decoder.cpp.
Referenced by CC608Decoder::CC608Decoder().
|
static |
Definition at line 1055 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSPacketParseChannel(), and CC608Decoder::XDSPacketParseProgram().
|
static |
Definition at line 900 of file cc608decoder.cpp.
Referenced by Printable().
|
staticconstexpr |
Definition at line 922 of file cc608decoder.cpp.
Referenced by DumpPIL().
|
static |
Definition at line 905 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().
|
static |
Definition at line 1178 of file cc608decoder.cpp.
Referenced by CC608Decoder::XDSDecode().
|
static |
Definition at line 129 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 141 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 54 of file cc608decoder.cpp.
Referenced by CoreAudioData::ChannelsList(), CC608Decoder::DecodeWSS(), MythUIText::DrawSelf(), MythPainter::DrawTextLayout(), CoreAudioData::FindAC3Stream(), MythDRMPlane::FormatsToString(), MythUIText::FormatTemplate(), V4L2util::GetFormats(), MythPainter::GetImageFromTextLayout(), AudioOutputOSS::GetOutputSettings(), MythUIFileBrowser::IsImage(), main(), MythVideoFrame::MythVideoFrame(), MythWindowVulkan::MythWindowVulkan(), CoreAudioData::OpenSPDIF(), MythRAOPConnection::ProcessRequest(), VideoBuffers::ReinitBuffer(), CoreAudioData::ResetStream(), ImageAdapterBase::SupportedImages(), and ImageAdapterBase::SupportedVideos().
|
static |
Definition at line 115 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 121 of file cc608decoder.cpp.
Referenced by CC608Decoder::FormatControlCode().
|
static |
Definition at line 66 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeWSS().
|
static |
Definition at line 18 of file cc608decoder.cpp.
Referenced by CC608Decoder::DecodeVPS().