Searched refs:decode_frame_common (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pngdec.c | 1191 static int decode_frame_common(AVCodecContext *avctx, PNGDecContext *s, in decode_frame_common() function 1568 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0) in decode_frame_png() 1617 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0) in decode_frame_apng() 1630 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0) in decode_frame_apng()
|