Searched refs:init_thread_copy (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtta.c386 static int init_thread_copy(AVCodecContext *avctx) function
427 .init_thread_copy = ONLY_IF_THREADS_ENABLED(init_thread_copy),
H A Dalac.c626 static int init_thread_copy(AVCodecContext *avctx) function
642 .init_thread_copy = ONLY_IF_THREADS_ENABLED(init_thread_copy),
H A Dflacdec.c578 static int init_thread_copy(AVCodecContext *avctx) function
607 .init_thread_copy = ONLY_IF_THREADS_ENABLED(init_thread_copy),
H A Dmdec.c260 .init_thread_copy = ONLY_IF_THREADS_ENABLED(decode_init_thread_copy)
H A Drv30.c301 .init_thread_copy = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_init_thread_copy),
H A Dtakdec.c904 static int init_thread_copy(AVCodecContext *avctx) function
941 .init_thread_copy = ONLY_IF_THREADS_ENABLED(init_thread_copy),
H A Dwavpack.c592 static int init_thread_copy(AVCodecContext *avctx) function
1112 .init_thread_copy = ONLY_IF_THREADS_ENABLED(init_thread_copy),
H A Dmimic.c484 .init_thread_copy = ONLY_IF_THREADS_ENABLED(mimic_init_thread_copy),
H A Dpthread_frame.c690 if (codec->init_thread_copy)
691 err = codec->init_thread_copy(copy);
H A Dffv1dec.c991 static int init_thread_copy(AVCodecContext *avctx) function
1092 .init_thread_copy = ONLY_IF_THREADS_ENABLED(init_thread_copy),
H A Drv40.c583 .init_thread_copy = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_init_thread_copy),
H A Dhuffyuvdec.c1190 .init_thread_copy = ONLY_IF_THREADS_ENABLED(decode_init_thread_copy),
1205 .init_thread_copy = ONLY_IF_THREADS_ENABLED(decode_init_thread_copy),
H A Dvp3.c2515 .init_thread_copy = ONLY_IF_THREADS_ENABLED(vp3_init_thread_copy),
2532 .init_thread_copy = ONLY_IF_THREADS_ENABLED(vp3_init_thread_copy),
H A Davcodec.h3131 int (*init_thread_copy)(AVCodecContext *); member in struct:AVCodec
H A Dexr.c1448 .init_thread_copy = ONLY_IF_THREADS_ENABLED(decode_init_thread_copy),
H A Dpngdec.c946 .init_thread_copy = ONLY_IF_THREADS_ENABLED(png_dec_init),
H A Dtiff.c1261 .init_thread_copy = ONLY_IF_THREADS_ENABLED(tiff_init),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibopenjpeg.c224 .init_thread_copy = ONLY_IF_THREADS_ENABLED(libopenjpeg_decode_init_thread_copy)
H A Dmdec.c277 .init_thread_copy= ONLY_IF_THREADS_ENABLED(decode_init_thread_copy)
H A Drv30.c282 .init_thread_copy = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_init_thread_copy),
H A Dpthread.c853 if (codec->init_thread_copy)
854 err = codec->init_thread_copy(copy);
H A Drv40.c570 .init_thread_copy = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_init_thread_copy),
H A Dhuffyuv.c1449 .init_thread_copy = ONLY_IF_THREADS_ENABLED(decode_init_thread_copy),
1464 .init_thread_copy = ONLY_IF_THREADS_ENABLED(decode_init_thread_copy),
H A Dvp3.c2387 .init_thread_copy = ONLY_IF_THREADS_ENABLED(vp3_init_thread_copy),
2403 .init_thread_copy = ONLY_IF_THREADS_ENABLED(vp3_init_thread_copy),
H A Davcodec.h3238 int (*init_thread_copy)(AVCodecContext *); member in struct:AVCodec

Completed in 732 milliseconds

12