Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmxpegdec.c37 int got_sof_data; /* true if SOF data successfully parsed */ member
203 s->got_sof_data = !!s->got_sof_data; in mxpeg_decode_frame()
246 if (s->got_sof_data > 1) { in mxpeg_decode_frame()
255 s->got_sof_data = 0; in mxpeg_decode_frame()
261 s->got_sof_data = 0; in mxpeg_decode_frame()
264 s->got_sof_data ++; in mxpeg_decode_frame()
267 if (!s->got_sof_data) { in mxpeg_decode_frame()

Completed in 2 milliseconds