Lines Matching defs:progress
30 // progress->data is an array of 2 ints holding progress for top/bottom
32 AVBufferRef *progress;
38 * Later calls with lower values of progress have no effect.
41 * @param progress Value, in arbitrary units, of how much of the picture has decoded.
45 void ff_thread_report_progress(ThreadFrame *f, int progress, int field);
50 * value for progress, and it will return after the responsible decoding
52 * higher value for progress.
55 * @param progress Value, in arbitrary units, to wait for.
59 void ff_thread_await_progress(ThreadFrame *f, int progress, int field);
64 * to wait for progress on this frame.