Home
last modified time | relevance | path

Searched refs:thread_type (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/tools/
Dvenc_data_dump.c74 const char *filename, *thread_type = NULL, *nb_threads = NULL; in main() local
87 thread_type = argv[5]; in main()
98 ret |= av_dict_set(&dc.decoder_opts, "thread_type", thread_type, 0); in main()
/third_party/ffmpeg/libavfilter/
Dpthread.c88 graph->thread_type = 0; in ff_graph_thread_init()
99 graph->thread_type = 0; in ff_graph_thread_init()
Davfilter.h443 int thread_type; member
890 int thread_type; member
Davfilter.c608 { "thread_type", "Allowed thread types", OFFSET(thread_type), AV_OPT_TYPE_FLAGS,
887 ctx->thread_type & ctx->graph->thread_type & AVFILTER_THREAD_SLICE && in avfilter_init_dict()
889 ctx->thread_type = AVFILTER_THREAD_SLICE; in avfilter_init_dict()
892 ctx->thread_type = 0; in avfilter_init_dict()
Davfiltergraph.c48 { "thread_type", "Allowed thread types", OFFSET(thread_type), AV_OPT_TYPE_FLAGS,
76 graph->thread_type = 0; in ff_graph_thread_init()
171 if (graph->thread_type && !graph->internal->thread_execute) { in avfilter_graph_alloc_filter()
/third_party/ffmpeg/libavcodec/
Dpthread.c58 } else if (frame_threading_supported && (avctx->thread_type & FF_THREAD_FRAME)) { in validate_thread_parameters()
61 avctx->thread_type & FF_THREAD_SLICE) { in validate_thread_parameters()
Dframe_thread_encoder.c141 if( !(avctx->thread_type & FF_THREAD_FRAME) in ff_frame_thread_encoder_init()
Davcodec.h1473 int thread_type; member
Dlibx264.c903 if (avctx->thread_type) in X264_init()
904 x4->params.b_sliced_threads = avctx->thread_type == FF_THREAD_SLICE; in X264_init()
Doptions_table.h357 {"thread_type", "select multithreading type", OFFSET(thread_type), AV_OPT_TYPE_FLAGS, {.i64 = FF_TH…
Ddecode.c1540 if ((avctx->thread_type & FF_THREAD_FRAME) && in ff_decode_preinit()
/third_party/ffmpeg/tests/
Dfate-run.sh19 thread_type=${10:-frame+slice}
129 dec_opts="-hwaccel $hwaccel -threads $threads -thread_type $thread_type"
198 DEC_OPTS="-threads $threads -thread_type $thread_type -idct simple $FLAGS"
571 run tools/venc_data_dump${EXECSUF} ${file} ${stream} ${frames} ${threads} ${thread_type}
/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc131 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats() argument
132 : in_use_(false), thread_type_(thread_type) { in RuntimeCallStats()
Druntime-call-stats.h585 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type);
773 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type) {}
/third_party/ffmpeg/tests/api/
Dapi-h264-slice-test.c160 c->thread_type = FF_THREAD_SLICE; in main()
/third_party/ffmpeg/doc/
Dcodecs.texi920 @item thread_type @var{flags} (@emph{decoding/encoding,video})
DAPIchanges1991 New fields AVFilterContext.thread_type, AVFilterGraph.thread_type and
3015 Add thread_type and active_thread_type fields to AVCodecContext.
Dencoders.texi2521 @item thread_type
/third_party/ffmpeg/
Dconfigure7372 test -n "$thread_type" &&
7374 thread_type="$thread"