Searched refs:avcodec_thread_init (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dw32thread.c58 * Free what has been allocated by avcodec_thread_init().
102 int avcodec_thread_init(AVCodecContext *s, int thread_count){ function
H A Dos2thread.c63 * free what has been allocated by avcodec_thread_init().
112 int avcodec_thread_init(AVCodecContext *s, int thread_count){ function
H A Dbeosthread.c75 * Free what has been allocated by avcodec_thread_init().
120 int avcodec_thread_init(AVCodecContext *s, int thread_count){ function
H A Dpthread.c133 int avcodec_thread_init(AVCodecContext *avctx, int thread_count) function
H A Davcodec.h2894 int avcodec_thread_init(AVCodecContext *s, int thread_count);
H A Dutils.c950 int avcodec_thread_init(AVCodecContext *s, int thread_count){ function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2894 int avcodec_thread_init(AVCodecContext *s, int thread_count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c471 avcodec_thread_init(st->codec, st->codec->thread_count);
2866 avcodec_thread_init(enc, thread_count);
3000 avcodec_thread_init(st->codec, thread_count);
3143 avcodec_thread_init(st->codec, thread_count);
H A Dffplay.c1779 avcodec_thread_init(enc, thread_count);

Completed in 181 milliseconds