MythTV master
Enumerations | Functions
vbilut.h File Reference
#include <cstdint>
Include dependency graph for vbilut.h:
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ vbimode

enum vbimode : std::uint8_t
Enumerator
VBI_IVTV 
VBI_DVB 

< IVTV packet

VBI_DVB_SUBTITLE 

< DVB packet

< DVB subtitle packet

Definition at line 6 of file vbilut.h.

Function Documentation

◆ hamm16()

int hamm16 ( const uint8_t *  p,
int *  err 
)

Definition at line 87 of file vbilut.cpp.

Referenced by TeletextReader::AddTeletextData(), and TeletextDecoder::Decode().

◆ hamm8()

int hamm8 ( const uint8_t *  p,
int *  err 
)

Definition at line 70 of file vbilut.cpp.

Referenced by TeletextReader::AddTeletextData().

◆ hamm84()

int hamm84 ( const uint8_t *  p,
int *  err 
)

Definition at line 77 of file vbilut.cpp.

Referenced by TeletextReader::AddTeletextData(), and TeletextDecoder::Decode().