FFmpeg
|
Data Fields | |
AVClass * | class |
AVFrame * | picture |
AVCodecContext * | avctx |
GetByteContext | gb |
uint8_t * | tmp |
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] |
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().