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

Data Fields

AVClassclass
 
int real_time
 
struct Screen screen [2]
 
int active_screen
 
uint8_t cursor_row
 
uint8_t cursor_column
 
uint8_t cursor_color
 
uint8_t cursor_font
 
uint8_t cursor_charset
 
AVBPrint buffer
 
int buffer_changed
 
int rollup
 
enum cc_mode mode
 
int64_t start_time
 
int64_t startv_time
 
int64_t end_time
 
int screen_touched
 
int64_t last_real_time
 
char prev_cmd [2]
 
uint8_tpktbuf
 
int pktbuf_size
 
int readorder
 

Detailed Description

Definition at line 228 of file ccaption_dec.c.

Field Documentation

AVClass* CCaptionSubContext::class

Definition at line 229 of file ccaption_dec.c.

int CCaptionSubContext::real_time

Definition at line 230 of file ccaption_dec.c.

Referenced by decode(), handle_edm(), handle_eoc(), and process_cc608().

struct Screen CCaptionSubContext::screen[2]
int CCaptionSubContext::active_screen
uint8_t CCaptionSubContext::cursor_row
uint8_t CCaptionSubContext::cursor_column
uint8_t CCaptionSubContext::cursor_color

Definition at line 235 of file ccaption_dec.c.

Referenced by flush_decoder(), handle_pac(), and handle_textattr().

uint8_t CCaptionSubContext::cursor_font

Definition at line 236 of file ccaption_dec.c.

Referenced by flush_decoder(), handle_pac(), handle_textattr(), and write_char().

uint8_t CCaptionSubContext::cursor_charset

Definition at line 237 of file ccaption_dec.c.

Referenced by flush_decoder(), handle_char(), handle_pac(), and write_char().

AVBPrint CCaptionSubContext::buffer

Definition at line 238 of file ccaption_dec.c.

Referenced by capture_screen(), close_decoder(), decode(), flush_decoder(), and init_decoder().

int CCaptionSubContext::buffer_changed

Definition at line 239 of file ccaption_dec.c.

Referenced by capture_screen(), decode(), and flush_decoder().

int CCaptionSubContext::rollup

Definition at line 240 of file ccaption_dec.c.

Referenced by flush_decoder(), init_decoder(), process_cc608(), and roll_up().

enum cc_mode CCaptionSubContext::mode
int64_t CCaptionSubContext::start_time

Definition at line 242 of file ccaption_dec.c.

Referenced by decode(), and reap_screen().

int64_t CCaptionSubContext::startv_time

Definition at line 244 of file ccaption_dec.c.

Referenced by reap_screen().

int64_t CCaptionSubContext::end_time

Definition at line 245 of file ccaption_dec.c.

Referenced by decode(), and reap_screen().

int CCaptionSubContext::screen_touched

Definition at line 246 of file ccaption_dec.c.

Referenced by decode(), flush_decoder(), and handle_char().

int64_t CCaptionSubContext::last_real_time

Definition at line 247 of file ccaption_dec.c.

Referenced by decode(), and flush_decoder().

char CCaptionSubContext::prev_cmd[2]

Definition at line 248 of file ccaption_dec.c.

Referenced by flush_decoder(), and process_cc608().

uint8_t* CCaptionSubContext::pktbuf

Definition at line 250 of file ccaption_dec.c.

Referenced by close_decoder(), and decode().

int CCaptionSubContext::pktbuf_size

Definition at line 251 of file ccaption_dec.c.

Referenced by close_decoder(), and decode().

int CCaptionSubContext::readorder

Definition at line 252 of file ccaption_dec.c.

Referenced by decode(), and flush_decoder().


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