Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddecode.c282 int got_frame, actual_got_frame; in decode_simple_internal() local
325 actual_got_frame = got_frame; in decode_simple_internal()
464 /* do not stop draining when actual_got_frame != 0 or ret < 0 */ in decode_simple_internal()
465 /* got_frame == 0 but actual_got_frame != 0 when frame is discarded */ in decode_simple_internal()
466 if (avci->draining && !actual_got_frame) { in decode_simple_internal()

Completed in 3 milliseconds