Searched refs:thread_execute (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | pthread.c | 60 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()
|
D | internal.h | 131 avfilter_execute_func *thread_execute; member
|
D | avfiltergraph.c | 176 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()
|
D | avfilter.c | 907 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/ |
D | pthread_slice.c | 95 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()
|