AVFILTER_THREAD_SLICE  591 libavfilter/avfilter.c         { .i64 = AVFILTER_THREAD_SLICE }, 0, INT_MAX, FLAGS, "thread_type" },
AVFILTER_THREAD_SLICE  592 libavfilter/avfilter.c         { "slice", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AVFILTER_THREAD_SLICE }, .unit = "thread_type" },
AVFILTER_THREAD_SLICE  857 libavfilter/avfilter.c         ctx->thread_type & ctx->graph->thread_type & AVFILTER_THREAD_SLICE &&
AVFILTER_THREAD_SLICE  859 libavfilter/avfilter.c         ctx->thread_type       = AVFILTER_THREAD_SLICE;
AVFILTER_THREAD_SLICE   44 libavfilter/avfiltergraph.c         { .i64 = AVFILTER_THREAD_SLICE }, 0, INT_MAX, FLAGS, "thread_type" },
AVFILTER_THREAD_SLICE   45 libavfilter/avfiltergraph.c         { "slice", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AVFILTER_THREAD_SLICE }, .flags = FLAGS, .unit = "thread_type" },