FFmpeg
Data Fields
PNGDecContext Struct Reference

Data Fields

PNGDSPContext dsp
 
AVCodecContextavctx
 
GetByteContext gb
 
ThreadFrame last_picture
 
ThreadFrame picture
 
AVDictionaryframe_metadata
 
uint8_t iccp_name [82]
 
uint8_t * iccp_data
 
size_t iccp_data_len
 
int stereo_mode
 
int have_chrm
 
uint32_t white_point [2]
 
uint32_t display_primaries [3][2]
 
int gamma
 
int have_srgb
 
int have_cicp
 
enum AVColorPrimaries cicp_primaries
 
enum AVColorTransferCharacteristic cicp_trc
 
enum AVColorRange cicp_range
 
int have_clli
 
uint32_t clli_max
 
uint32_t clli_avg
 
int have_mdvc
 
uint16_t mdvc_primaries [3][2]
 
uint16_t mdvc_white_point [2]
 
uint32_t mdvc_max_lum
 
uint32_t mdvc_min_lum
 
enum PNGHeaderState hdr_state
 
enum PNGImageState pic_state
 
int width
 
int height
 
int cur_w
 
int cur_h
 
int x_offset
 
int y_offset
 
uint8_t dispose_op
 
uint8_t blend_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]
 
int significant_bits
 
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
 
FFZStream zstream
 

Detailed Description

Definition at line 60 of file pngdec.c.

Field Documentation

◆ dsp

PNGDSPContext PNGDecContext::dsp

Definition at line 61 of file pngdec.c.

◆ avctx

AVCodecContext* PNGDecContext::avctx

Definition at line 62 of file pngdec.c.

◆ gb

GetByteContext PNGDecContext::gb

Definition at line 64 of file pngdec.c.

◆ last_picture

ThreadFrame PNGDecContext::last_picture

Definition at line 65 of file pngdec.c.

◆ picture

ThreadFrame PNGDecContext::picture

Definition at line 66 of file pngdec.c.

◆ frame_metadata

AVDictionary* PNGDecContext::frame_metadata

Definition at line 68 of file pngdec.c.

◆ iccp_name

uint8_t PNGDecContext::iccp_name[82]

Definition at line 70 of file pngdec.c.

◆ iccp_data

uint8_t* PNGDecContext::iccp_data

Definition at line 71 of file pngdec.c.

◆ iccp_data_len

size_t PNGDecContext::iccp_data_len

Definition at line 72 of file pngdec.c.

◆ stereo_mode

int PNGDecContext::stereo_mode

Definition at line 74 of file pngdec.c.

◆ have_chrm

int PNGDecContext::have_chrm

Definition at line 76 of file pngdec.c.

◆ white_point

uint32_t PNGDecContext::white_point[2]

Definition at line 77 of file pngdec.c.

◆ display_primaries

uint32_t PNGDecContext::display_primaries[3][2]

Definition at line 78 of file pngdec.c.

◆ gamma

int PNGDecContext::gamma

Definition at line 79 of file pngdec.c.

◆ have_srgb

int PNGDecContext::have_srgb

Definition at line 80 of file pngdec.c.

◆ have_cicp

int PNGDecContext::have_cicp

Definition at line 81 of file pngdec.c.

◆ cicp_primaries

enum AVColorPrimaries PNGDecContext::cicp_primaries

Definition at line 82 of file pngdec.c.

◆ cicp_trc

enum AVColorTransferCharacteristic PNGDecContext::cicp_trc

Definition at line 83 of file pngdec.c.

◆ cicp_range

enum AVColorRange PNGDecContext::cicp_range

Definition at line 84 of file pngdec.c.

◆ have_clli

int PNGDecContext::have_clli

Definition at line 85 of file pngdec.c.

◆ clli_max

uint32_t PNGDecContext::clli_max

Definition at line 86 of file pngdec.c.

◆ clli_avg

uint32_t PNGDecContext::clli_avg

Definition at line 87 of file pngdec.c.

◆ have_mdvc

int PNGDecContext::have_mdvc

Definition at line 88 of file pngdec.c.

◆ mdvc_primaries

uint16_t PNGDecContext::mdvc_primaries[3][2]

Definition at line 89 of file pngdec.c.

◆ mdvc_white_point

uint16_t PNGDecContext::mdvc_white_point[2]

Definition at line 90 of file pngdec.c.

◆ mdvc_max_lum

uint32_t PNGDecContext::mdvc_max_lum

Definition at line 91 of file pngdec.c.

◆ mdvc_min_lum

uint32_t PNGDecContext::mdvc_min_lum

Definition at line 92 of file pngdec.c.

◆ hdr_state

enum PNGHeaderState PNGDecContext::hdr_state

Definition at line 94 of file pngdec.c.

◆ pic_state

enum PNGImageState PNGDecContext::pic_state

Definition at line 95 of file pngdec.c.

◆ width

int PNGDecContext::width

Definition at line 96 of file pngdec.c.

◆ height

int PNGDecContext::height

Definition at line 96 of file pngdec.c.

◆ cur_w

int PNGDecContext::cur_w

Definition at line 97 of file pngdec.c.

◆ cur_h

int PNGDecContext::cur_h

Definition at line 97 of file pngdec.c.

◆ x_offset

int PNGDecContext::x_offset

Definition at line 98 of file pngdec.c.

◆ y_offset

int PNGDecContext::y_offset

Definition at line 98 of file pngdec.c.

◆ dispose_op

uint8_t PNGDecContext::dispose_op

Definition at line 99 of file pngdec.c.

◆ blend_op

uint8_t PNGDecContext::blend_op

Definition at line 99 of file pngdec.c.

◆ bit_depth

int PNGDecContext::bit_depth

Definition at line 100 of file pngdec.c.

◆ color_type

int PNGDecContext::color_type

Definition at line 101 of file pngdec.c.

◆ compression_type

int PNGDecContext::compression_type

Definition at line 102 of file pngdec.c.

◆ interlace_type

int PNGDecContext::interlace_type

Definition at line 103 of file pngdec.c.

◆ filter_type

int PNGDecContext::filter_type

Definition at line 104 of file pngdec.c.

◆ channels

int PNGDecContext::channels

Definition at line 105 of file pngdec.c.

◆ bits_per_pixel

int PNGDecContext::bits_per_pixel

Definition at line 106 of file pngdec.c.

◆ bpp

int PNGDecContext::bpp

Definition at line 107 of file pngdec.c.

◆ has_trns

int PNGDecContext::has_trns

Definition at line 108 of file pngdec.c.

◆ transparent_color_be

uint8_t PNGDecContext::transparent_color_be[6]

Definition at line 109 of file pngdec.c.

◆ significant_bits

int PNGDecContext::significant_bits

Definition at line 110 of file pngdec.c.

◆ palette

uint32_t PNGDecContext::palette[256]

Definition at line 112 of file pngdec.c.

◆ crow_buf

uint8_t* PNGDecContext::crow_buf

Definition at line 113 of file pngdec.c.

◆ last_row

uint8_t* PNGDecContext::last_row

Definition at line 114 of file pngdec.c.

◆ last_row_size

unsigned int PNGDecContext::last_row_size

Definition at line 115 of file pngdec.c.

◆ tmp_row

uint8_t* PNGDecContext::tmp_row

Definition at line 116 of file pngdec.c.

◆ tmp_row_size

unsigned int PNGDecContext::tmp_row_size

Definition at line 117 of file pngdec.c.

◆ buffer

uint8_t* PNGDecContext::buffer

Definition at line 118 of file pngdec.c.

◆ buffer_size

int PNGDecContext::buffer_size

Definition at line 119 of file pngdec.c.

◆ pass

int PNGDecContext::pass

Definition at line 120 of file pngdec.c.

◆ crow_size

int PNGDecContext::crow_size

Definition at line 121 of file pngdec.c.

◆ row_size

int PNGDecContext::row_size

Definition at line 122 of file pngdec.c.

◆ pass_row_size

int PNGDecContext::pass_row_size

Definition at line 123 of file pngdec.c.

◆ y

int PNGDecContext::y

Definition at line 124 of file pngdec.c.

◆ zstream

FFZStream PNGDecContext::zstream

Definition at line 125 of file pngdec.c.


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