Searched refs:action_func2 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | pthread_slice.c | 41 typedef int (action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr); typedef 52 action_func2 *func2; 119 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count) in thread_execute2() 126 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *mainfunc, void *arg, int *ret, int job_count) in ff_slice_thread_execute_with_mainfunc()
|
H A D | thread.h | 104 int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
|
Completed in 2 milliseconds