FFmpeg
|
Data Fields | |
PNGDSPContext | dsp |
AVCodecContext * | avctx |
GetByteContext | gb |
ThreadFrame | previous_picture |
ThreadFrame | last_picture |
ThreadFrame | picture |
enum PNGHeaderState | hdr_state |
enum PNGImageState | pic_state |
int | width |
int | height |
int | cur_w |
int | cur_h |
int | last_w |
int | last_h |
int | x_offset |
int | y_offset |
int | last_x_offset |
int | last_y_offset |
uint8_t | dispose_op |
uint8_t | blend_op |
uint8_t | last_dispose_op |
int | bit_depth |
int | color_type |
int | compression_type |
int | interlace_type |
int | filter_type |
int | channels |
int | bits_per_pixel |
int | bpp |
int | has_trns |
uint8_t | transparent_color_be [6] |
uint8_t * | image_buf |
int | image_linesize |
uint32_t | palette [256] |
uint8_t * | crow_buf |
uint8_t * | last_row |
unsigned int | last_row_size |
uint8_t * | tmp_row |
unsigned int | tmp_row_size |
uint8_t * | buffer |
int | buffer_size |
int | pass |
int | crow_size |
int | row_size |
int | pass_row_size |
int | y |
z_stream | zstream |
PNGDSPContext PNGDecContext::dsp |
AVCodecContext* PNGDecContext::avctx |
GetByteContext PNGDecContext::gb |
ThreadFrame PNGDecContext::previous_picture |
ThreadFrame PNGDecContext::last_picture |
ThreadFrame PNGDecContext::picture |
enum PNGHeaderState PNGDecContext::hdr_state |
enum PNGImageState PNGDecContext::pic_state |