Searched refs:scale_sws_opts (Results 1 – 5 of 5) sorted by relevance
140 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()
855 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters member
55 … {"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()
1008 fg->graph->scale_sws_opts = av_strdup(args); in configure_filtergraph()
1884 graph->scale_sws_opts = av_strdup(sws_flags_str); in configure_video_filters()