Searched refs:PNGDecContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pngdec.c | 57 typedef struct PNGDecContext { struct 108 } PNGDecContext; typedef 335 static int percent_missing(PNGDecContext *s) in percent_missing() 345 static void png_handle_row(PNGDecContext *s, uint8_t *dst, ptrdiff_t dst_stride) in png_handle_row() 426 static int png_decode_idat(PNGDecContext *s, GetByteContext *gb, in png_decode_idat() 523 static int decode_text_chunk(PNGDecContext *s, GetByteContext *gb, int compressed) in decode_text_chunk() 570 static int decode_ihdr_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_ihdr_chunk() 621 static int decode_phys_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_phys_chunk() 637 static int decode_idat_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_idat_chunk() 810 static int decode_plte_chunk(AVCodecContext *avctx, PNGDecContext * [all...] |
Completed in 3 milliseconds