Searched refs:thread_execute (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | pthread.c | 59 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 D | internal.h | 134 avfilter_execute_func *thread_execute; member
|
H A D | avfilter.c | 888 ctx->graph->internal->thread_execute) { in avfilter_init_dict() 890 ctx->internal->execute = ctx->graph->internal->thread_execute; in avfilter_init_dict()
|
H A D | avfiltergraph.c | 171 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 D | pthread_slice.c | 100 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