Data Fields | |
| DSPContext | dsp |
| const uint8_t * | bytestream |
| const uint8_t * | bytestream_start |
| const uint8_t * | bytestream_end |
| AVFrame | picture1 |
| AVFrame | picture2 |
| AVFrame * | current_picture |
| AVFrame * | last_picture |
| int | state |
| int | width |
| int | height |
| int | bit_depth |
| int | color_type |
| int | compression_type |
| int | interlace_type |
| int | filter_type |
| int | channels |
| int | bits_per_pixel |
| int | bpp |
| uint8_t * | image_buf |
| int | image_linesize |
| uint32_t | palette [256] |
| uint8_t * | crow_buf |
| uint8_t * | last_row |
| uint8_t * | tmp_row |
| int | pass |
| int | crow_size |
| int | row_size |
| int | pass_row_size |
| int | y |
| z_stream | zstream |
Definition at line 34 of file pngdec.c.
| const uint8_t* PNGDecContext::bytestream |
| const uint8_t* PNGDecContext::bytestream_end |
| const uint8_t* PNGDecContext::bytestream_start |
| uint8_t* PNGDecContext::crow_buf |
Definition at line 57 of file pngdec.c.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
Definition at line 61 of file pngdec.c.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
| uint8_t* PNGDecContext::image_buf |
| uint8_t* PNGDecContext::last_row |
| uint32_t PNGDecContext::palette[256] |
Definition at line 43 of file pngdec.c.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
| uint8_t* PNGDecContext::tmp_row |
| int PNGDecContext::y |
| z_stream PNGDecContext::zstream |
1.5.8