FFmpeg
Data Fields
Screen Struct Reference

Data Fields

uint8_t characters [SCREEN_ROWS+1][SCREEN_COLUMNS+1]
 
uint8_t charsets [SCREEN_ROWS+1][SCREEN_COLUMNS+1]
 
uint8_t colors [SCREEN_ROWS+1][SCREEN_COLUMNS+1]
 
uint8_t bgs [SCREEN_ROWS+1][SCREEN_COLUMNS+1]
 
uint8_t fonts [SCREEN_ROWS+1][SCREEN_COLUMNS+1]
 
int16_t row_used
 

Detailed Description

Definition at line 221 of file ccaption_dec.c.

Field Documentation

◆ characters

uint8_t Screen::characters[SCREEN_ROWS+1][SCREEN_COLUMNS+1]

Definition at line 223 of file ccaption_dec.c.

Referenced by capture_screen(), roll_up(), and write_char().

◆ charsets

uint8_t Screen::charsets[SCREEN_ROWS+1][SCREEN_COLUMNS+1]

Definition at line 224 of file ccaption_dec.c.

Referenced by capture_screen(), roll_up(), and write_char().

◆ colors

uint8_t Screen::colors[SCREEN_ROWS+1][SCREEN_COLUMNS+1]

Definition at line 225 of file ccaption_dec.c.

Referenced by capture_screen(), roll_up(), and write_char().

◆ bgs

uint8_t Screen::bgs[SCREEN_ROWS+1][SCREEN_COLUMNS+1]

Definition at line 226 of file ccaption_dec.c.

Referenced by capture_screen(), roll_up(), and write_char().

◆ fonts

uint8_t Screen::fonts[SCREEN_ROWS+1][SCREEN_COLUMNS+1]

Definition at line 227 of file ccaption_dec.c.

Referenced by capture_screen(), roll_up(), and write_char().

◆ row_used

int16_t Screen::row_used

The documentation for this struct was generated from the following file: