Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dpthread.c60 static int thread_execute(AVFilterContext *ctx, avfilter_action_func *func, in thread_execute() function
106 graph->internal->thread_execute = thread_execute; in ff_graph_thread_init()
Dinternal.h131 avfilter_execute_func *thread_execute; member
Davfiltergraph.c176 if (graph->thread_type && !graph->internal->thread_execute) { in avfilter_graph_alloc_filter()
178 graph->internal->thread_execute = graph->execute; in avfilter_graph_alloc_filter()
Davfilter.c907 ctx->graph->internal->thread_execute) { in avfilter_init_dict()
909 ctx->internal->execute = ctx->graph->internal->thread_execute; in avfilter_init_dict()
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c95 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_co… in thread_execute() function
118 return thread_execute(avctx, NULL, arg, ret, job_count, 0); in thread_execute2()
126 return thread_execute(avctx, NULL, arg, ret, job_count, 0); in ff_slice_thread_execute_with_mainfunc()
169 avctx->execute = thread_execute; in ff_slice_thread_init()