Searched refs:avcodec_thread_execute (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dw32thread.c59 * Must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running.
77 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size){ function
128 s->execute= avcodec_thread_execute;
H A Dos2thread.c64 * must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running
84 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size){ function
139 s->execute= avcodec_thread_execute;
H A Dbeosthread.c76 * Must be called after decoding has finished, especially do not call while avcodec_thread_execute() is running.
95 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size){ function
146 s->execute= avcodec_thread_execute;
H A Dpthread.c104 int avcodec_thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size) function
169 avctx->execute = avcodec_thread_execute;
H A Davcodec.h2896 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2896 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);

Completed in 99 milliseconds