FFmpeg
|
Data Fields | |
uint8_t | characters [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 103 of file ccaption_dec.c.
uint8_t Screen::characters[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 105 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 106 of file ccaption_dec.c.
Referenced by roll_up().
uint8_t Screen::fonts[SCREEN_ROWS][SCREEN_COLUMNS+1] |
Definition at line 107 of file ccaption_dec.c.
Referenced by capture_screen(), roll_up(), and write_char().
int16_t Screen::row_used |
Definition at line 114 of file ccaption_dec.c.
Referenced by capture_screen(), flush_decoder(), handle_char(), handle_edm(), handle_textattr(), process_cc608(), and roll_up().