Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c426 static int png_decode_idat(PNGDecContext *s, int length, in png_decode_idat() function
778 ret = png_decode_idat(s, length, p->data[0], p->linesize[0]); in decode_idat_chunk()