|
FFmpeg
|
Go to the source code of this file.
Functions | |
| void * | ff_png_zalloc (void *opaque, unsigned int items, unsigned int size) |
| void | ff_png_zfree (void *opaque, void *ptr) |
| int | ff_png_get_nb_channels (int color_type) |
| int | ff_png_pass_row_size (int pass, int bits_per_pixel, int width) |
Variables | |
| const uint8_t | ff_png_pass_ymask [NB_PASSES] |
| static const uint8_t | ff_png_pass_xmin [NB_PASSES] |
| static const uint8_t | ff_png_pass_xshift [NB_PASSES] |
Definition at line 41 of file png.c.
Referenced by decode_frame_lscr(), decode_zbuf(), and png_enc_init().
| void ff_png_zfree | ( | void * | opaque, |
| void * | ptr | ||
| ) |
Definition at line 46 of file png.c.
Referenced by decode_frame_lscr(), decode_zbuf(), and png_enc_init().
Definition at line 51 of file png.c.
Referenced by decode_idat_chunk(), and png_enc_init().
Definition at line 64 of file png.c.
Referenced by decode_idat_chunk(), encode_frame(), and png_handle_row().
| const uint8_t ff_png_pass_ymask[NB_PASSES] |
Definition at line 27 of file png.c.
Referenced by encode_frame(), and png_handle_row().
|
static |
Definition at line 32 of file png.c.
Referenced by ff_png_pass_row_size().
|
static |
Definition at line 37 of file png.c.
Referenced by ff_png_pass_row_size().
1.8.17