Searched refs:avcodec_default_execute (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pthread_slice.c | 100 return avcodec_default_execute(avctx, func, arg, ret, job_count, job_size); in thread_execute()
|
D | options.c | 134 s->execute = avcodec_default_execute; in init_context_defaults()
|
D | avcodec.h | 3924 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *ar…
|
D | avcodec.c | 67 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *a… in avcodec_default_execute() function
|