FFmpeg
|
Data Fields | |
AVClass * | class |
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 | screen_changed |
int | rollup |
enum cc_mode | mode |
int64_t | start_time |
int64_t | startv_time |
int64_t | end_time |
char | prev_cmd [2] |
AVBufferRef * | pktbuf |
Definition at line 152 of file ccaption_dec.c.
AVClass* CCaptionSubContext::class |
Definition at line 153 of file ccaption_dec.c.
struct Screen CCaptionSubContext::screen[2] |
Definition at line 154 of file ccaption_dec.c.
Referenced by get_writing_screen(), handle_edm(), and reap_screen().
int CCaptionSubContext::active_screen |
Definition at line 155 of file ccaption_dec.c.
Referenced by get_writing_screen(), handle_edm(), handle_eoc(), and reap_screen().
uint8_t CCaptionSubContext::cursor_row |
Definition at line 156 of file ccaption_dec.c.
Referenced by handle_char(), handle_delete_end_of_row(), handle_pac(), handle_textattr(), and roll_up().
uint8_t CCaptionSubContext::cursor_column |
Definition at line 157 of file ccaption_dec.c.
Referenced by handle_char(), handle_delete_end_of_row(), handle_eoc(), handle_pac(), handle_textattr(), and process_cc608().
uint8_t CCaptionSubContext::cursor_color |
Definition at line 158 of file ccaption_dec.c.
Referenced by handle_pac(), and handle_textattr().
uint8_t CCaptionSubContext::cursor_font |
Definition at line 159 of file ccaption_dec.c.
Referenced by handle_pac(), and handle_textattr().
AVBPrint CCaptionSubContext::buffer |
Definition at line 160 of file ccaption_dec.c.
Referenced by close_decoder(), decode(), init_decoder(), and reap_screen().
int CCaptionSubContext::screen_changed |
Definition at line 161 of file ccaption_dec.c.
Referenced by decode(), handle_edm(), and process_cc608().
int CCaptionSubContext::rollup |
Definition at line 162 of file ccaption_dec.c.
Referenced by init_decoder(), process_cc608(), and roll_up().
enum cc_mode CCaptionSubContext::mode |
Definition at line 163 of file ccaption_dec.c.
Referenced by get_writing_screen(), init_decoder(), process_cc608(), and roll_up().
int64_t CCaptionSubContext::start_time |
Definition at line 164 of file ccaption_dec.c.
Referenced by decode(), and reap_screen().
int64_t CCaptionSubContext::startv_time |
Definition at line 166 of file ccaption_dec.c.
Referenced by reap_screen().
int64_t CCaptionSubContext::end_time |
Definition at line 167 of file ccaption_dec.c.
Referenced by decode(), and reap_screen().
char CCaptionSubContext::prev_cmd[2] |
Definition at line 168 of file ccaption_dec.c.
Referenced by handle_char(), and process_cc608().
AVBufferRef* CCaptionSubContext::pktbuf |
Definition at line 170 of file ccaption_dec.c.
Referenced by close_decoder(), decode(), and init_decoder().