Searched refs:decode_frame_common (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pngdec.c | 1185 static int decode_frame_common(AVCodecContext *avctx, PNGDecContext *s, in decode_frame_common() function 1561 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0) in decode_frame_png() 1604 if ((ret = decode_frame_common(avctx, s, NULL, avpkt)) < 0) in decode_frame_apng() 1614 if ((ret = decode_frame_common(avctx, s, p, avpkt)) < 0) in decode_frame_apng()
|
Completed in 4 milliseconds