FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Screen Struct Reference

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
 

Detailed Description

Definition at line 213 of file ccaption_dec.c.

Field Documentation

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

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