Lines Matching refs:ff_thread_finish_setup
53 ///< Set before the codec has called ff_thread_finish_setup().
65 ///< Set after the codec has called ff_thread_finish_setup().
184 * Automatically calls ff_thread_finish_setup() if the codec does
207 ff_thread_finish_setup(avctx);
211 * Since that call must happen before ff_thread_finish_setup(), the
213 * ff_thread_finish_setup() manually. Therefore the above
214 * ff_thread_finish_setup() call did not happen and hwaccel_serializing
233 ff_thread_finish_setup(avctx);
238 * ff_thread_finish_setup(), so nothing is leaked */
654 void ff_thread_finish_setup(AVCodecContext *avctx) {
664 /* this assumes that no hwaccel calls happen before ff_thread_finish_setup() */
682 av_log(avctx, AV_LOG_WARNING, "Multiple ff_thread_finish_setup() calls\n");
990 av_log(avctx, AV_LOG_ERROR, "get_buffer() cannot be called after ff_thread_finish_setup()\n");
1017 ff_thread_finish_setup(avctx);
1038 av_log(avctx, AV_LOG_ERROR, "get_format() cannot be called after ff_thread_finish_setup()\n");