MythTV  master
Classes | Functions | Variables
lang.h File Reference
#include "captions/vbilut.h"
#include "vt.h"
Include dependency graph for lang.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  enhance
 

Functions

void lang_init (void)
 
void conv2latin (unsigned char *p, int n, int lang)
 
void init_enhance (struct enhance *eh)
 
void add_enhance (struct enhance *eh, int dcode, std::array< unsigned int, 13 > &data)
 
void do_enhancements (struct enhance *eh, struct vt_page *vtp)
 

Variables

int isLatin1
 

Function Documentation

◆ lang_init()

void lang_init ( void  )

Definition at line 96 of file lang.cpp.

Referenced by vbi_open().

◆ conv2latin()

void conv2latin ( unsigned char *  p,
int  n,
int  lang 
)

Definition at line 107 of file lang.cpp.

Referenced by vt_line().

◆ init_enhance()

void init_enhance ( struct enhance eh)

Definition at line 128 of file lang.cpp.

Referenced by vt_line().

◆ add_enhance()

void add_enhance ( struct enhance eh,
int  dcode,
std::array< unsigned int, 13 > &  data 
)

Definition at line 134 of file lang.cpp.

Referenced by vt_line().

◆ do_enhancements()

void do_enhancements ( struct enhance eh,
struct vt_page vtp 
)

Definition at line 147 of file lang.cpp.

Referenced by vbi_send_page().

Variable Documentation

◆ isLatin1

int isLatin1

Definition at line 7 of file lang.cpp.

Referenced by do_enhancements(), and vt_line().