FFmpeg
|
Data Fields | |
AVClass * | class |
char * | pgno |
int | x_offset |
int | y_offset |
char * | format |
int | format_id |
int | chop_top |
int | sub_duration |
int | transparent_bg |
int | chop_spaces |
int | lines_processed |
AVSubtitleRect * | sub_rect |
vbi_decoder * | vbi |
vbi_dvb_demux * | dx |
vbi_sliced | sliced [64] |
Definition at line 36 of file libzvbi-teletextdec.c.
AVClass* TeletextContext::class |
Definition at line 38 of file libzvbi-teletextdec.c.
char* TeletextContext::pgno |
Definition at line 39 of file libzvbi-teletextdec.c.
Referenced by handler(), and teletext_init_decoder().
int TeletextContext::x_offset |
Definition at line 40 of file libzvbi-teletextdec.c.
Referenced by gen_sub_bitmap().
int TeletextContext::y_offset |
Definition at line 41 of file libzvbi-teletextdec.c.
Referenced by gen_sub_bitmap().
char* TeletextContext::format |
Definition at line 42 of file libzvbi-teletextdec.c.
Referenced by teletext_init_decoder().
int TeletextContext::format_id |
Definition at line 43 of file libzvbi-teletextdec.c.
Referenced by handler(), and teletext_init_decoder().
int TeletextContext::chop_top |
Definition at line 44 of file libzvbi-teletextdec.c.
Referenced by handler().
int TeletextContext::sub_duration |
Definition at line 45 of file libzvbi-teletextdec.c.
Referenced by teletext_decode_frame().
int TeletextContext::transparent_bg |
Definition at line 46 of file libzvbi-teletextdec.c.
Referenced by fix_transparency().
int TeletextContext::chop_spaces |
Definition at line 47 of file libzvbi-teletextdec.c.
Referenced by gen_sub_text().
int TeletextContext::lines_processed |
Definition at line 49 of file libzvbi-teletextdec.c.
Referenced by teletext_close_decoder(), and teletext_decode_frame().
AVSubtitleRect* TeletextContext::sub_rect |
Definition at line 50 of file libzvbi-teletextdec.c.
Referenced by fix_transparency(), gen_sub_bitmap(), gen_sub_text(), handler(), teletext_decode_frame(), and teletext_init_decoder().
vbi_decoder* TeletextContext::vbi |
Definition at line 52 of file libzvbi-teletextdec.c.
Referenced by handler(), teletext_close_decoder(), teletext_decode_frame(), and teletext_init_decoder().
vbi_dvb_demux* TeletextContext::dx |
Definition at line 53 of file libzvbi-teletextdec.c.
Referenced by teletext_close_decoder(), teletext_decode_frame(), and teletext_init_decoder().
vbi_sliced TeletextContext::sliced[64] |
Definition at line 58 of file libzvbi-teletextdec.c.
Referenced by teletext_decode_frame().