FFmpeg
|
Data Fields | |
AVClass * | class |
int | real_time |
struct Screen | screen [2] |
int | active_screen |
uint8_t | cursor_row |
uint8_t | cursor_column |
uint8_t | cursor_color |
uint8_t | cursor_font |
AVBPrint | buffer |
int | buffer_changed |
int | rollup |
enum cc_mode | mode |
int64_t | start_time |
int64_t | startv_time |
int64_t | end_time |
int | screen_touched |
int64_t | last_real_time |
char | prev_cmd [2] |
AVBufferRef * | pktbuf |
Definition at line 117 of file ccaption_dec.c.
AVClass* CCaptionSubContext::class |
Definition at line 118 of file ccaption_dec.c.
int CCaptionSubContext::real_time |
Definition at line 119 of file ccaption_dec.c.
Referenced by decode(), handle_edm(), handle_eoc(), and process_cc608().
struct Screen CCaptionSubContext::screen[2] |
Definition at line 120 of file ccaption_dec.c.
Referenced by capture_screen(), flush_decoder(), get_writing_screen(), handle_edm(), and process_cc608().
int CCaptionSubContext::active_screen |
Definition at line 121 of file ccaption_dec.c.
Referenced by capture_screen(), flush_decoder(), get_writing_screen(), handle_edm(), handle_eoc(), and process_cc608().
uint8_t CCaptionSubContext::cursor_row |
Definition at line 122 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_char(), handle_pac(), handle_textattr(), roll_up(), and write_char().
uint8_t CCaptionSubContext::cursor_column |
Definition at line 123 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_eoc(), handle_pac(), process_cc608(), and write_char().
uint8_t CCaptionSubContext::cursor_color |
Definition at line 124 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_pac(), and handle_textattr().
uint8_t CCaptionSubContext::cursor_font |
Definition at line 125 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_pac(), handle_textattr(), and write_char().
AVBPrint CCaptionSubContext::buffer |
Definition at line 126 of file ccaption_dec.c.
Referenced by capture_screen(), close_decoder(), decode(), flush_decoder(), and init_decoder().
int CCaptionSubContext::buffer_changed |
Definition at line 127 of file ccaption_dec.c.
Referenced by capture_screen(), decode(), and flush_decoder().
int CCaptionSubContext::rollup |
Definition at line 128 of file ccaption_dec.c.
Referenced by flush_decoder(), init_decoder(), process_cc608(), and roll_up().
enum cc_mode CCaptionSubContext::mode |
Definition at line 129 of file ccaption_dec.c.
Referenced by flush_decoder(), get_writing_screen(), handle_char(), init_decoder(), process_cc608(), and roll_up().
int64_t CCaptionSubContext::start_time |
Definition at line 130 of file ccaption_dec.c.
Referenced by decode(), and reap_screen().
int64_t CCaptionSubContext::startv_time |
Definition at line 132 of file ccaption_dec.c.
Referenced by reap_screen().
int64_t CCaptionSubContext::end_time |
Definition at line 133 of file ccaption_dec.c.
Referenced by decode(), and reap_screen().
int CCaptionSubContext::screen_touched |
Definition at line 134 of file ccaption_dec.c.
Referenced by decode(), flush_decoder(), and handle_char().
int64_t CCaptionSubContext::last_real_time |
Definition at line 135 of file ccaption_dec.c.
Referenced by decode(), and flush_decoder().
char CCaptionSubContext::prev_cmd[2] |
Definition at line 136 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_char(), and process_cc608().
AVBufferRef* CCaptionSubContext::pktbuf |
Definition at line 138 of file ccaption_dec.c.
Referenced by close_decoder(), decode(), and init_decoder().