Lines Matching refs:AVCodecContext
40 void ff_thread_flush(AVCodecContext *avctx);
52 int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
63 void ff_thread_finish_setup(AVCodecContext *avctx);
74 enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
87 int ff_thread_get_buffer(AVCodecContext *avctx, AVFrame *f, int flags);
100 void ff_thread_release_buffer(AVCodecContext *avctx, AVFrame *f);
102 int ff_thread_init(AVCodecContext *s);
103 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx,
104 int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
105 int (*main_func)(AVCodecContext *c), void *arg, int *ret, int job_count);
106 void ff_thread_free(AVCodecContext *s);
107 int ff_alloc_entries(AVCodecContext *avctx, int count);
108 void ff_reset_entries(AVCodecContext *avctx);
109 int ff_slice_thread_init_progress(AVCodecContext *avctx);
110 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
111 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift);