Data Fields | |
| const uint8_t * | bytestream |
| const uint8_t * | bytestream_start |
| const uint8_t * | bytestream_end |
| AVFrame | 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 33 of file pngdec.c.
| const uint8_t* PNGDecContext::bytestream |
Definition at line 39 of file pngdec.c.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
| uint32_t PNGDecContext::palette[256] |
Definition at line 53 of file pngdec.c.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
Definition at line 57 of file pngdec.c.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
| int PNGDecContext::y |
| z_stream PNGDecContext::zstream |
1.5.6