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

Data Fields

AVCodecContextjpeg_avctx
 
int width
 
int height
 
GetByteContext gbc
 
AVFramerefframe
 
AVFramejpgframe
 
uint8_ttilebuffer
 
uint8_tdeflatebuffer
 
uLongf deflatelen
 
uint8_tcursor
 
int cursor_stride
 
int cursor_w
 
int cursor_h
 
int cursor_x
 
int cursor_y
 
int cursor_hot_x
 
int cursor_hot_y
 

Detailed Description

Definition at line 49 of file tdsc.c.

Field Documentation

AVCodecContext* TDSCContext::jpeg_avctx

Definition at line 50 of file tdsc.c.

Referenced by tdsc_close(), tdsc_decode_jpeg_tile(), and tdsc_init().

int TDSCContext::width

Definition at line 52 of file tdsc.c.

Referenced by tdsc_decode_frame(), tdsc_decode_tiles(), tdsc_paint_cursor(), and tdsc_parse_tdsf().

int TDSCContext::height

Definition at line 52 of file tdsc.c.

Referenced by tdsc_decode_frame(), tdsc_decode_tiles(), tdsc_paint_cursor(), and tdsc_parse_tdsf().

GetByteContext TDSCContext::gbc
AVFrame* TDSCContext::refframe
AVFrame* TDSCContext::jpgframe

Definition at line 56 of file tdsc.c.

Referenced by tdsc_close(), tdsc_decode_jpeg_tile(), and tdsc_init().

uint8_t* TDSCContext::tilebuffer

Definition at line 57 of file tdsc.c.

Referenced by tdsc_close(), tdsc_decode_jpeg_tile(), and tdsc_decode_tiles().

uint8_t* TDSCContext::deflatebuffer

Definition at line 60 of file tdsc.c.

Referenced by tdsc_close(), tdsc_decode_frame(), and tdsc_init().

uLongf TDSCContext::deflatelen

Definition at line 61 of file tdsc.c.

Referenced by tdsc_decode_frame(), and tdsc_init().

uint8_t* TDSCContext::cursor

Definition at line 64 of file tdsc.c.

Referenced by tdsc_close(), tdsc_load_cursor(), and tdsc_paint_cursor().

int TDSCContext::cursor_stride

Definition at line 65 of file tdsc.c.

Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().

int TDSCContext::cursor_w

Definition at line 66 of file tdsc.c.

Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().

int TDSCContext::cursor_h

Definition at line 66 of file tdsc.c.

Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().

int TDSCContext::cursor_x

Definition at line 66 of file tdsc.c.

Referenced by tdsc_load_cursor(), tdsc_paint_cursor(), and tdsc_parse_dtsm().

int TDSCContext::cursor_y

Definition at line 66 of file tdsc.c.

Referenced by tdsc_load_cursor(), tdsc_paint_cursor(), and tdsc_parse_dtsm().

int TDSCContext::cursor_hot_x

Definition at line 67 of file tdsc.c.

Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().

int TDSCContext::cursor_hot_y

Definition at line 67 of file tdsc.c.

Referenced by tdsc_load_cursor(), and tdsc_paint_cursor().


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