Searched refs:thread_type (Results 1 – 19 of 19) sorted by relevance
/third_party/ffmpeg/tools/ |
D | venc_data_dump.c | 74 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/ |
D | pthread.c | 88 graph->thread_type = 0; in ff_graph_thread_init() 99 graph->thread_type = 0; in ff_graph_thread_init()
|
D | avfilter.h | 443 int thread_type; member 890 int thread_type; member
|
D | avfilter.c | 608 { "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()
|
D | avfiltergraph.c | 48 { "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/ |
D | pthread.c | 58 } 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()
|
D | frame_thread_encoder.c | 141 if( !(avctx->thread_type & FF_THREAD_FRAME) in ff_frame_thread_encoder_init()
|
D | avcodec.h | 1473 int thread_type; member
|
D | libx264.c | 903 if (avctx->thread_type) in X264_init() 904 x4->params.b_sliced_threads = avctx->thread_type == FF_THREAD_SLICE; in X264_init()
|
D | options_table.h | 357 {"thread_type", "select multithreading type", OFFSET(thread_type), AV_OPT_TYPE_FLAGS, {.i64 = FF_TH…
|
D | decode.c | 1540 if ((avctx->thread_type & FF_THREAD_FRAME) && in ff_decode_preinit()
|
/third_party/ffmpeg/tests/ |
D | fate-run.sh | 19 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/ |
D | runtime-call-stats.cc | 131 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats() argument 132 : in_use_(false), thread_type_(thread_type) { in RuntimeCallStats()
|
D | runtime-call-stats.h | 585 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type); 773 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type) {}
|
/third_party/ffmpeg/tests/api/ |
D | api-h264-slice-test.c | 160 c->thread_type = FF_THREAD_SLICE; in main()
|
/third_party/ffmpeg/doc/ |
D | codecs.texi | 920 @item thread_type @var{flags} (@emph{decoding/encoding,video})
|
D | APIchanges | 1991 New fields AVFilterContext.thread_type, AVFilterGraph.thread_type and 3015 Add thread_type and active_thread_type fields to AVCodecContext.
|
D | encoders.texi | 2521 @item thread_type
|
/third_party/ffmpeg/ |
D | configure | 7372 test -n "$thread_type" && 7374 thread_type="$thread"
|