MythTV
master
|
Go to the source code of this file.
Classes | |
struct | raw_page |
struct | vbi |
struct | vbi_client |
Typedefs | |
using | vbic_handler = void(*)(void *data, struct vt_event *ev) |
Functions | |
struct vbi * | vbi_open (const char *vbi_dev_name, struct cache *ca, int fine_tune, int big_buf) |
void | vbi_close (struct vbi *vbi) |
void | vbi_reset (struct vbi *vbi) |
int | vbi_add_handler (struct vbi *vbi, vbic_handler handler, void *data) |
void | vbi_del_handler (struct vbi *vbi, vbic_handler handler, void *data) |
struct vt_page * | vbi_query_page (struct vbi *vbi, int pgno, int subno) |
void | vbi_pll_reset (struct vbi *vbi, int fine_tune) |
void | vbi_handler (struct vbi *vbi, int fd) |
Variables | |
static constexpr int8_t | PLL_ADJUST { 4 } |
using vbic_handler = void (*)(void *data, struct vt_event *ev) |
struct vbi* vbi_open | ( | const char * | vbi_dev_name, |
struct cache * | ca, | ||
int | fine_tune, | ||
int | big_buf | ||
) |
Definition at line 592 of file vbi.cpp.
Referenced by V4LRecorder::OpenVBIDevice().
void vbi_close | ( | struct vbi * | vbi | ) |
Definition at line 644 of file vbi.cpp.
Referenced by V4LRecorder::CloseVBIDevice().
void vbi_reset | ( | struct vbi * | vbi | ) |
Definition at line 682 of file vbi.cpp.
Referenced by vbi_handler().
int vbi_add_handler | ( | struct vbi * | vbi, |
vbic_handler | handler, | ||
void * | data | ||
) |
Definition at line 456 of file vbi.cpp.
Referenced by V4LRecorder::OpenVBIDevice().
void vbi_del_handler | ( | struct vbi * | vbi, |
vbic_handler | handler, | ||
void * | data | ||
) |
Definition at line 473 of file vbi.cpp.
Referenced by V4LRecorder::CloseVBIDevice().
void vbi_pll_reset | ( | struct vbi * | vbi, |
int | fine_tune | ||
) |
Definition at line 158 of file vbi.cpp.
Referenced by vbi_open().
void vbi_handler | ( | struct vbi * | vbi, |
int | fd | ||
) |
Definition at line 413 of file vbi.cpp.
Referenced by V4LRecorder::RunVBIDevice().
|
staticconstexpr |
Definition at line 9 of file vbi.h.
Referenced by pll_add(), and vbi_pll_reset().