Searched refs:thread_opt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsmvjpegdec.c82 AVDictionary *thread_opt = NULL; local
113 av_dict_set(&thread_opt, "threads", "1", 0);
117 if (ff_codec_open2_recursive(s->avctx, codec, &thread_opt) < 0) {
121 av_dict_free(&thread_opt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c2718 AVDictionary *thread_opt = NULL; local
2730 av_dict_set(options ? options : &thread_opt, "threads", "1", 0);
2731 ret = avcodec_open2(st->codec, codec, options ? options : &thread_opt);
2733 av_dict_free(&thread_opt);
3135 AVDictionary *thread_opt = NULL; local
3164 av_dict_set(options ? &options[i] : &thread_opt, "threads", "1", 0);
3169 if (avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt) < 0)
3177 if (avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt) < 0)
3182 av_dict_free(&thread_opt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c2145 AVDictionary *thread_opt = NULL; local
2155 av_dict_set(options ? options : &thread_opt, "threads", "1", 0);
2156 ret = avcodec_open2(st->codec, codec, options ? options : &thread_opt);
2158 av_dict_free(&thread_opt);
2299 AVDictionary *thread_opt = NULL; local
2321 av_dict_set(options ? &options[i] : &thread_opt, "threads", "1", 0);
2327 : &thread_opt);
2333 : &thread_opt);
2336 av_dict_free(&thread_opt);

Completed in 83 milliseconds