Home
last modified time | relevance | path

Searched refs:worker_func (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dslicethread.c51 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads); member
63 ctx->worker_func(ctx->priv, current_job, first_job, nb_jobs, nb_active_threads); in run_jobs()
97 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create()
127 ctx->worker_func = worker_func; in avpriv_slicethread_create()
239 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create()
H A Dslicethread.h28 * @param worker_func callback function to be executed
34 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads),
/third_party/ffmpeg/libavfilter/
H A Dpthread.c46 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() function
77 nb_threads = avpriv_slicethread_create(&c->thread, c, worker_func, NULL, nb_threads); in thread_init_internal()
/third_party/ffmpeg/libavcodec/
H A Dpthread_slice.c70 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() function
164 if (!c || (thread_count = avpriv_slicethread_create(&c->thread, avctx, worker_func, mainfunc, thread_count)) <= 1) { in ff_slice_thread_init()

Completed in 2 milliseconds