Lines Matching refs:AVCodecContext
36 AVCodecContext *owner[2];
48 void ff_thread_flush(AVCodecContext *avctx);
60 int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
71 void ff_thread_finish_setup(AVCodecContext *avctx);
108 enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
121 int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags);
134 void ff_thread_release_buffer(AVCodecContext *avctx, ThreadFrame *f);
138 int ff_thread_init(AVCodecContext *s);
139 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx,
140 int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
141 int (*main_func)(AVCodecContext *c), void *arg, int *ret, int job_count);
142 void ff_thread_free(AVCodecContext *s);
143 int ff_alloc_entries(AVCodecContext *avctx, int count);
144 void ff_reset_entries(AVCodecContext *avctx);
145 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
146 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift);