Searched refs:ONLY_IF_THREADS_ENABLED (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | internal.h | 154 # define ONLY_IF_THREADS_ENABLED(x) x macro 156 # define ONLY_IF_THREADS_ENABLED(x) NULL macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | mimic.c | 450 .update_thread_context = ONLY_IF_THREADS_ENABLED(mimic_decode_update_thread_context),
|
H A D | rv30.c | 310 .update_thread_context = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_update_thread_context),
|
H A D | h264dec.c | 1108 .update_thread_context = ONLY_IF_THREADS_ENABLED(ff_h264_update_thread_context), 1109 .update_thread_context_for_user = ONLY_IF_THREADS_ENABLED(ff_h264_update_thread_context_for_user),
|
H A D | rv40.c | 593 .update_thread_context = ONLY_IF_THREADS_ENABLED(ff_rv34_decode_update_thread_context),
|
H A D | proresdec2.c | 882 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context),
|
H A D | pngdec.c | 1731 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context), 1748 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context),
|
H A D | vp3.c | 3189 .update_thread_context = ONLY_IF_THREADS_ENABLED(vp3_update_thread_context), 3207 .update_thread_context = ONLY_IF_THREADS_ENABLED(vp3_update_thread_context), 3225 .update_thread_context = ONLY_IF_THREADS_ENABLED(vp3_update_thread_context),
|
H A D | takdec.c | 953 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context),
|
H A D | ffv1dec.c | 1101 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context),
|
H A D | wavpack.c | 1718 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context),
|
H A D | mpeg4videodec.c | 3686 .update_thread_context = ONLY_IF_THREADS_ENABLED(mpeg4_update_thread_context), 3687 .update_thread_context_for_user = ONLY_IF_THREADS_ENABLED(mpeg4_update_thread_context_for_user),
|
H A D | cfhd.c | 1467 .update_thread_context = ONLY_IF_THREADS_ENABLED(update_thread_context),
|
H A D | mpeg12dec.c | 2885 .update_thread_context = ONLY_IF_THREADS_ENABLED(mpeg_decode_update_thread_context),
|
H A D | vp8.c | 2972 .update_thread_context = ONLY_IF_THREADS_ENABLED(vp8_decode_update_thread_context),
|
H A D | vp9.c | 1883 .update_thread_context = ONLY_IF_THREADS_ENABLED(vp9_decode_update_thread_context),
|
H A D | hevcdec.c | 3888 .update_thread_context = ONLY_IF_THREADS_ENABLED(hevc_update_thread_context),
|
Completed in 53 milliseconds