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 |
uint8_t | cursor_charset |
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] |
uint8_t * | pktbuf |
int | pktbuf_size |
int | readorder |
Definition at line 228 of file ccaption_dec.c.
AVClass* CCaptionSubContext::class |
Definition at line 229 of file ccaption_dec.c.
int CCaptionSubContext::real_time |
Definition at line 230 of file ccaption_dec.c.
Referenced by decode(), handle_edm(), handle_eoc(), and process_cc608().
struct Screen CCaptionSubContext::screen[2] |
Definition at line 231 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 232 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 233 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_char(), handle_pac(), handle_textattr(), init_decoder(), roll_up(), and write_char().
uint8_t CCaptionSubContext::cursor_column |
Definition at line 234 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_char(), handle_eoc(), handle_pac(), process_cc608(), and write_char().
uint8_t CCaptionSubContext::cursor_color |
Definition at line 235 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_pac(), and handle_textattr().
uint8_t CCaptionSubContext::cursor_font |
Definition at line 236 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_pac(), handle_textattr(), and write_char().
uint8_t CCaptionSubContext::cursor_charset |
Definition at line 237 of file ccaption_dec.c.
Referenced by flush_decoder(), handle_char(), handle_pac(), and write_char().
AVBPrint CCaptionSubContext::buffer |
Definition at line 238 of file ccaption_dec.c.
Referenced by capture_screen(), close_decoder(), decode(), flush_decoder(), and init_decoder().
int CCaptionSubContext::buffer_changed |
Definition at line 239 of file ccaption_dec.c.
Referenced by capture_screen(), decode(), and flush_decoder().
int CCaptionSubContext::rollup |
Definition at line 240 of file ccaption_dec.c.
Referenced by flush_decoder(), init_decoder(), process_cc608(), and roll_up().
enum cc_mode CCaptionSubContext::mode |
Definition at line 241 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 242 of file ccaption_dec.c.
Referenced by decode(), and reap_screen().
int64_t CCaptionSubContext::startv_time |
Definition at line 244 of file ccaption_dec.c.
Referenced by reap_screen().
int64_t CCaptionSubContext::end_time |
Definition at line 245 of file ccaption_dec.c.
Referenced by decode(), and reap_screen().
int CCaptionSubContext::screen_touched |
Definition at line 246 of file ccaption_dec.c.
Referenced by decode(), flush_decoder(), and handle_char().
int64_t CCaptionSubContext::last_real_time |
Definition at line 247 of file ccaption_dec.c.
Referenced by decode(), and flush_decoder().
char CCaptionSubContext::prev_cmd[2] |
Definition at line 248 of file ccaption_dec.c.
Referenced by flush_decoder(), and process_cc608().
uint8_t* CCaptionSubContext::pktbuf |
Definition at line 250 of file ccaption_dec.c.
Referenced by close_decoder(), and decode().
int CCaptionSubContext::pktbuf_size |
Definition at line 251 of file ccaption_dec.c.
Referenced by close_decoder(), and decode().
int CCaptionSubContext::readorder |
Definition at line 252 of file ccaption_dec.c.
Referenced by decode(), and flush_decoder().