FFmpeg
|
Data Fields | |
uint8_t | characters [SCREEN_ROWS][SCREEN_COLUMNS+1] |
uint8_t | charsets [SCREEN_ROWS][SCREEN_COLUMNS+1] |
uint8_t | colors [SCREEN_ROWS][SCREEN_COLUMNS+1] |
uint8_t | fonts [SCREEN_ROWS][SCREEN_COLUMNS+1] |
int16_t | row_used |
Definition at line 213 of file ccaption_dec.c.
uint8_t Screen::characters[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 215 of file ccaption_dec.c.
Referenced by capture_screen(), roll_up(), and write_char().
uint8_t Screen::charsets[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 216 of file ccaption_dec.c.
Referenced by capture_screen(), roll_up(), and write_char().
uint8_t Screen::colors[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 217 of file ccaption_dec.c.
Referenced by roll_up().
uint8_t Screen::fonts[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 218 of file ccaption_dec.c.
Referenced by capture_screen(), roll_up(), and write_char().
int16_t Screen::row_used |
Definition at line 225 of file ccaption_dec.c.
Referenced by capture_screen(), flush_decoder(), handle_char(), handle_edm(), handle_textattr(), process_cc608(), and roll_up().