FFmpeg
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

◆ jpeg_avctx

AVCodecContext* TDSCContext::jpeg_avctx

Definition at line 50 of file tdsc.c.

◆ width

int TDSCContext::width

Definition at line 52 of file tdsc.c.

◆ height

int TDSCContext::height

Definition at line 52 of file tdsc.c.

◆ gbc

GetByteContext TDSCContext::gbc

Definition at line 53 of file tdsc.c.

◆ refframe

AVFrame* TDSCContext::refframe

Definition at line 55 of file tdsc.c.

◆ jpgframe

AVFrame* TDSCContext::jpgframe

Definition at line 56 of file tdsc.c.

◆ tilebuffer

uint8_t* TDSCContext::tilebuffer

Definition at line 57 of file tdsc.c.

◆ deflatebuffer

uint8_t* TDSCContext::deflatebuffer

Definition at line 60 of file tdsc.c.

◆ deflatelen

uLongf TDSCContext::deflatelen

Definition at line 61 of file tdsc.c.

◆ cursor

uint8_t* TDSCContext::cursor

Definition at line 64 of file tdsc.c.

◆ cursor_stride

int TDSCContext::cursor_stride

Definition at line 65 of file tdsc.c.

◆ cursor_w

int TDSCContext::cursor_w

Definition at line 66 of file tdsc.c.

◆ cursor_h

int TDSCContext::cursor_h

Definition at line 66 of file tdsc.c.

◆ cursor_x

int TDSCContext::cursor_x

Definition at line 66 of file tdsc.c.

◆ cursor_y

int TDSCContext::cursor_y

Definition at line 66 of file tdsc.c.

◆ cursor_hot_x

int TDSCContext::cursor_hot_x

Definition at line 67 of file tdsc.c.

◆ cursor_hot_y

int TDSCContext::cursor_hot_y

Definition at line 67 of file tdsc.c.


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