MythTV
master
|
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 |
void lang_init | ( | void | ) |
Definition at line 96 of file lang.cpp.
Referenced by vbi_open().
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 | ||
) |
Definition at line 147 of file lang.cpp.
Referenced by vbi_send_page().
int isLatin1 |
Definition at line 7 of file lang.cpp.
Referenced by do_enhancements(), and vt_line().