AVFILTER_THREAD_SLICE  612 libavfilter/avfilter.c         { .i64 = AVFILTER_THREAD_SLICE }, 0, INT_MAX, FLAGS, "thread_type" },
AVFILTER_THREAD_SLICE  613 libavfilter/avfilter.c         { "slice", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AVFILTER_THREAD_SLICE }, .flags = FLAGS, .unit = "thread_type" },
AVFILTER_THREAD_SLICE  893 libavfilter/avfilter.c         ctx->thread_type & ctx->graph->thread_type & AVFILTER_THREAD_SLICE &&
AVFILTER_THREAD_SLICE  895 libavfilter/avfilter.c         ctx->thread_type       = AVFILTER_THREAD_SLICE;
AVFILTER_THREAD_SLICE   51 libavfilter/avfiltergraph.c         { .i64 = AVFILTER_THREAD_SLICE }, 0, INT_MAX, F|V|A, "thread_type" },
AVFILTER_THREAD_SLICE   52 libavfilter/avfiltergraph.c         { "slice", NULL, 0, AV_OPT_TYPE_CONST, { .i64 = AVFILTER_THREAD_SLICE }, .flags = F|V|A, .unit = "thread_type" },