|
MythTV master
|
#include <cstdint>Go to the source code of this file.
Enumerations | |
| enum | vbimode : std::uint8_t { VBI_IVTV , VBI_DVB , VBI_DVB_SUBTITLE } |
Functions | |
| int | hamm8 (const uint8_t *p, int *err) |
| int | hamm84 (const uint8_t *p, int *err) |
| int | hamm16 (const uint8_t *p, int *err) |
| enum vbimode : std::uint8_t |
| int hamm16 | ( | const uint8_t * | p, |
| int * | err | ||
| ) |
Definition at line 87 of file vbilut.cpp.
Referenced by TeletextReader::AddTeletextData(), and TeletextDecoder::Decode().
| int hamm8 | ( | const uint8_t * | p, |
| int * | err | ||
| ) |
Definition at line 70 of file vbilut.cpp.
Referenced by TeletextReader::AddTeletextData().
| int hamm84 | ( | const uint8_t * | p, |
| int * | err | ||
| ) |
Definition at line 77 of file vbilut.cpp.
Referenced by TeletextReader::AddTeletextData(), and TeletextDecoder::Decode().