#include <vbi.h>
Public Attributes | |
| int | fd |
| struct cache * | cache |
| struct dl_head | clients [1] |
| int | bufsize |
| int | bpl |
| unsigned int | seq |
| struct raw_page | rpage [8] |
| struct raw_page * | ppage |
| int | pll_fixed |
| int | pll_adj |
| int | pll_dir |
| int | pll_cnt |
| int | pll_err |
| int | pll_lerr |
| int | bpb |
| int | bp8bl |
| int | bp8bh |
| int | soc |
| int | eoc |
Definition at line 21 of file vbi.h.
| int vbi::fd |
Definition at line 23 of file vbi.h.
Referenced by V4LRecorder::OpenVBIDevice(), V4LRecorder::RunVBIDevice(), setup_dev(), vbi_close(), vbi_handler(), and vbi_open().
| struct cache* vbi::cache |
| struct dl_head vbi::clients[1] |
Definition at line 25 of file vbi.h.
Referenced by vbi_add_handler(), vbi_del_handler(), vbi_handler(), vbi_open(), and vbi_send().
| int vbi::bufsize |
Definition at line 27 of file vbi.h.
Referenced by set_decode_parms(), setup_dev(), and vbi_handler().
| int vbi::bpl |
Definition at line 28 of file vbi.h.
Referenced by set_decode_parms(), setup_dev(), and vbi_handler().
| unsigned int vbi::seq |
Definition at line 29 of file vbi.h.
Referenced by vbi_handler(), and vbi_open().
| struct raw_page vbi::rpage[8] |
Definition at line 31 of file vbi.h.
Referenced by out_of_sync(), vbi_open(), and vt_line().
| struct raw_page* vbi::ppage |
Definition at line 32 of file vbi.h.
Referenced by vbi_open(), and vt_line().
| int vbi::pll_fixed |
Definition at line 34 of file vbi.h.
Referenced by pll_add(), and vbi_pll_reset().
| int vbi::pll_adj |
Definition at line 35 of file vbi.h.
Referenced by pll_add(), vbi_line(), and vbi_pll_reset().
| int vbi::pll_dir |
Definition at line 36 of file vbi.h.
Referenced by pll_add(), and vbi_pll_reset().
| int vbi::pll_cnt |
Definition at line 37 of file vbi.h.
Referenced by pll_add(), and vbi_pll_reset().
| int vbi::pll_err |
Definition at line 38 of file vbi.h.
Referenced by pll_add(), and vbi_pll_reset().
| int vbi::pll_lerr |
Definition at line 38 of file vbi.h.
Referenced by pll_add(), and vbi_pll_reset().
| int vbi::bpb |
Definition at line 40 of file vbi.h.
Referenced by set_decode_parms(), and vbi_line().
| int vbi::bp8bl |
Definition at line 41 of file vbi.h.
Referenced by set_decode_parms().
| int vbi::bp8bh |
Definition at line 41 of file vbi.h.
Referenced by set_decode_parms(), and vbi_line().
| int vbi::soc |
Definition at line 42 of file vbi.h.
Referenced by set_decode_parms(), and vbi_line().
| int vbi::eoc |
Definition at line 42 of file vbi.h.
Referenced by set_decode_parms(), and vbi_line().
1.6.3