Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dpthread.c59 static int thread_execute(AVFilterContext *ctx, avfilter_action_func *func, in thread_execute() function
105 graph->internal->thread_execute = thread_execute; in ff_graph_thread_init()
H A Dinternal.h134 avfilter_execute_func *thread_execute; member
H A Davfilter.c888 ctx->graph->internal->thread_execute) { in avfilter_init_dict()
890 ctx->internal->execute = ctx->graph->internal->thread_execute; in avfilter_init_dict()
H A Davfiltergraph.c171 if (graph->thread_type && !graph->internal->thread_execute) { in avfilter_graph_alloc_filter()
173 graph->internal->thread_execute = graph->execute; in avfilter_graph_alloc_filter()
/third_party/ffmpeg/libavcodec/
H A Dpthread_slice.c100 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size) in thread_execute() function
123 return thread_execute(avctx, NULL, arg, ret, job_count, 0); in thread_execute2()
131 return thread_execute(avctx, NULL, arg, ret, job_count, 0); in ff_slice_thread_execute_with_mainfunc()
174 avctx->execute = thread_execute; in ff_slice_thread_init()

Completed in 7 milliseconds