Home
last modified time | relevance | path

Searched refs:got_picture (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmxpegdec.c201 jpg->got_picture = 0; in mxpeg_decode_frame()
218 if (jpg->got_picture) //emulating EOI in mxpeg_decode_frame()
272 if (!jpg->got_picture) { in mxpeg_decode_frame()
290 jpg->got_picture = 1; in mxpeg_decode_frame()
325 if (jpg->got_picture) { in mxpeg_decode_frame()
H A Dmjpegbdec.c57 s->got_picture = 0; in mjpegb_decode_frame()
142 if(!s->got_picture) { in mjpegb_decode_frame()
H A Dmjpegdec.c144 s->got_picture = 0; in ff_mjpeg_decode_init()
437 s->got_picture = 0; in ff_mjpeg_decode_sof()
471 if (s->got_picture && s->interlaced && (s->bottom_field == !s->interlace_polarity)) { in ff_mjpeg_decode_sof()
727 s->got_picture = 1; in ff_mjpeg_decode_sof()
736 s->got_picture = 1; in ff_mjpeg_decode_sof()
1651 if (!s->got_picture) { in ff_mjpeg_decode_sos()
1953 if (s->got_picture) in mjpeg_decode_app()
2574 s->progressive && s->cur_scan && s->got_picture) in ff_mjpeg_receive_frame()
2577 if (!s->got_picture) { in ff_mjpeg_receive_frame()
2589 s->got_picture in ff_mjpeg_receive_frame()
[all...]
H A Dmjpegdec.h112 int got_picture; ///< we found a SOF and picture is valid, too. member
H A Drv34.c1563 int got_picture = 0, ret; in finish_frame() local
1577 got_picture = 1; in finish_frame()
1583 got_picture = 1; in finish_frame()
1586 return got_picture; in finish_frame()
/third_party/ffmpeg/libavformat/
H A Ddemux.c2008 int got_picture = 1, ret = 0; in try_decode_frame() local
2062 while ((pkt.size > 0 || (!pkt.data && got_picture)) && in try_decode_frame()
2067 got_picture = 0; in try_decode_frame()
2077 got_picture = 1; in try_decode_frame()
2082 &got_picture, &pkt); in try_decode_frame()
2083 if (got_picture) in try_decode_frame()
2089 if (got_picture) in try_decode_frame()
2091 ret = got_picture; in try_decode_frame()
/third_party/ffmpeg/fftools/
H A Dffplay.c1765 int got_picture; in get_video_frame() local
1767 if ((got_picture = decoder_decode_frame(&is->viddec, frame, NULL)) < 0) in get_video_frame()
1770 if (got_picture) { in get_video_frame()
1787 got_picture = 0; in get_video_frame()
1793 return got_picture; in get_video_frame()

Completed in 22 milliseconds