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
 
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]
 
AVBufferRefpktbuf
 

Detailed Description

Definition at line 117 of file ccaption_dec.c.

Field Documentation

AVClass* CCaptionSubContext::class

Definition at line 118 of file ccaption_dec.c.

int CCaptionSubContext::real_time

Definition at line 119 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

Definition at line 123 of file ccaption_dec.c.

Referenced by flush_decoder(), handle_eoc(), handle_pac(), process_cc608(), and write_char().

uint8_t CCaptionSubContext::cursor_color

Definition at line 124 of file ccaption_dec.c.

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

uint8_t CCaptionSubContext::cursor_font

Definition at line 125 of file ccaption_dec.c.

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

AVBPrint CCaptionSubContext::buffer

Definition at line 126 of file ccaption_dec.c.

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

int CCaptionSubContext::buffer_changed

Definition at line 127 of file ccaption_dec.c.

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

int CCaptionSubContext::rollup

Definition at line 128 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 130 of file ccaption_dec.c.

Referenced by decode(), and reap_screen().

int64_t CCaptionSubContext::startv_time

Definition at line 132 of file ccaption_dec.c.

Referenced by reap_screen().

int64_t CCaptionSubContext::end_time

Definition at line 133 of file ccaption_dec.c.

Referenced by decode(), and reap_screen().

int CCaptionSubContext::screen_touched

Definition at line 134 of file ccaption_dec.c.

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

int64_t CCaptionSubContext::last_real_time

Definition at line 135 of file ccaption_dec.c.

Referenced by decode(), and flush_decoder().

char CCaptionSubContext::prev_cmd[2]

Definition at line 136 of file ccaption_dec.c.

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

AVBufferRef* CCaptionSubContext::pktbuf

Definition at line 138 of file ccaption_dec.c.

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


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