Home
last modified time | relevance | path

Searched refs:PNGDecContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpngdec.c52 typedef struct PNGDecContext { struct
108 } PNGDecContext; argument
335 static int percent_missing(PNGDecContext *s) in YUV2RGB()
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, int length, in png_decode_idat()
525 static int decode_text_chunk(PNGDecContext *s, uint32_t length, int compressed) in decode_text_chunk()
572 static int decode_ihdr_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_ihdr_chunk()
624 static int decode_phys_chunk(AVCodecContext *avctx, PNGDecContext *s) in decode_phys_chunk()
640 static int decode_idat_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_idat_chunk()
791 static int decode_plte_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_plte_chunk()
[all …]