Home
last modified time | relevance | path

Searched refs:scale_sws_opts (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dgraphparser.c140 ctx->scale_sws_opts) { in create_filter()
143 args, ctx->scale_sws_opts); in create_filter()
148 args = ctx->scale_sws_opts; in create_filter()
409 av_freep(&graph->scale_sws_opts); in parse_sws_flags()
410 if (!(graph->scale_sws_opts = av_mallocz(p - *buf + 1))) in parse_sws_flags()
412 av_strlcpy(graph->scale_sws_opts, *buf, p - *buf + 1); in parse_sws_flags()
Davfilter.h855 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters member
Davfiltergraph.c55 … {"scale_sws_opts" , "default scale filter options" , OFFSET(scale_sws_opts) ,
132 av_freep(&(*graph)->scale_sws_opts); in avfilter_graph_free()
534 inst_name, graph->scale_sws_opts, NULL, in query_formats()
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c1008 fg->graph->scale_sws_opts = av_strdup(args); in configure_filtergraph()
Dffplay.c1884 graph->scale_sws_opts = av_strdup(sws_flags_str); in configure_video_filters()