/third_party/ffmpeg/libavcodec/ |
H A D | dsddec.c | 73 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel() argument
|
H A D | v410dec.c | 52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice() argument
|
H A D | v210dec.c | 106 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice() argument
|
H A D | avcodec.c | 58 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count) in avcodec_default_execute2() argument
|
H A D | pthread_slice.c | 70 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() argument
|
H A D | hqx.c | 380 decode_slice_thread(AVCodecContext *avctx, void *arg, int slice_no, int threadnr) decode_slice_thread() argument
|
H A D | magicyuv.c | 115 magy_decode_slice10(AVCodecContext *avctx, void *tdata, int j, int threadnr) magy_decode_slice10() argument 247 magy_decode_slice(AVCodecContext *avctx, void *tdata, int j, int threadnr) magy_decode_slice() argument
|
H A D | vp56.c | 659 ff_vp56_decode_mbs(AVCodecContext *avctx, void *data, int jobnr, int threadnr) ff_vp56_decode_mbs() argument
|
H A D | proresdec2.c | 644 static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_slice_thread() argument
|
H A D | dnxhdenc.c | 822 dnxhd_calc_bits_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_calc_bits_thread() argument 879 dnxhd_encode_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_encode_thread() argument 937 dnxhd_mb_var_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_mb_var_thread() argument
|
H A D | vp9.c | 1393 decode_tiles_mt(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) decode_tiles_mt() argument
|
H A D | jpeg2000dec.c | 2088 jpeg2000_decode_tile(AVCodecContext *avctx, void *td, int jobnr, int threadnr) jpeg2000_decode_tile() argument
|
H A D | proresenc_kostya.c | 960 find_quant_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) find_quant_thread() argument
|
H A D | wavpack.c | 1621 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel() argument
|
H A D | diracdec.c | 917 static int decode_hq_slice_row(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_hq_slice_row() argument
|
H A D | exr.c | 1181 decode_block(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) decode_block() argument
|
H A D | vp8.c | 2369 decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) decode_mb_row_no_filter() argument 2497 vp7_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_decode_mb_row_no_filter() argument 2503 vp8_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_decode_mb_row_no_filter() argument 2509 filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) filter_mb_row() argument 2568 vp7_filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_filter_mb_row() argument 2574 vp8_filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_filter_mb_row() argument 2581 vp78_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) vp78_decode_mb_row_sliced() argument 2615 vp7_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_decode_mb_row_sliced() argument 2621 vp8_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_decode_mb_row_sliced() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | pthread.c | 46 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | slicethread.c | 96 avpriv_slicethread_create(AVSliceThread **pctx, void *priv, void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), void (*main_func)(void *priv), int nb_threads) avpriv_slicethread_create() argument 238 avpriv_slicethread_create(AVSliceThread **pctx, void *priv, void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), void (*main_func)(void *priv), int nb_threads) avpriv_slicethread_create() argument
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.c | 1214 void ff_sws_slice_worker(void *priv, int jobnr, int threadnr, in ff_sws_slice_worker() argument
|