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

Data Fields

AVClassclass
 
AVFramepicture
 
AVCodecContextavctx
 
GetByteContext gb
 
uint8_ttmp
 
uint16_t channel_count
 
uint16_t channel_depth
 
uint64_t uncompressed_size
 
unsigned int pixel_size
 
uint64_t line_size
 
int width
 
int height
 
enum PsdCompr compression
 
enum PsdColorMode color_mode
 
uint8_t palette [AVPALETTE_SIZE]
 

Detailed Description

Definition at line 43 of file psd.c.

Field Documentation

AVClass* PSDContext::class

Definition at line 44 of file psd.c.

AVFrame* PSDContext::picture

Definition at line 45 of file psd.c.

AVCodecContext* PSDContext::avctx

Definition at line 46 of file psd.c.

Referenced by decode_frame(), decode_header(), and decode_rle().

GetByteContext PSDContext::gb

Definition at line 47 of file psd.c.

Referenced by decode_frame(), decode_header(), and decode_rle().

uint8_t* PSDContext::tmp

Definition at line 49 of file psd.c.

Referenced by decode_frame(), and decode_rle().

uint16_t PSDContext::channel_count

Definition at line 51 of file psd.c.

Referenced by decode_frame(), decode_header(), and decode_rle().

uint16_t PSDContext::channel_depth

Definition at line 52 of file psd.c.

Referenced by decode_frame(), and decode_header().

uint64_t PSDContext::uncompressed_size

Definition at line 54 of file psd.c.

Referenced by decode_frame(), and decode_rle().

unsigned int PSDContext::pixel_size

Definition at line 55 of file psd.c.

Referenced by decode_frame().

uint64_t PSDContext::line_size

Definition at line 56 of file psd.c.

Referenced by decode_frame().

int PSDContext::width

Definition at line 58 of file psd.c.

Referenced by decode_frame(), and decode_header().

int PSDContext::height

Definition at line 59 of file psd.c.

Referenced by decode_frame(), decode_header(), and decode_rle().

enum PsdCompr PSDContext::compression

Definition at line 61 of file psd.c.

Referenced by decode_frame(), and decode_header().

enum PsdColorMode PSDContext::color_mode

Definition at line 62 of file psd.c.

Referenced by decode_frame(), and decode_header().

uint8_t PSDContext::palette[AVPALETTE_SIZE]

Definition at line 64 of file psd.c.

Referenced by decode_frame(), and decode_header().


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