Searched refs:outw_expr_str (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_rotate.c | 68 char *outw_expr_str, *outh_expr_str; member 102 …{ "out_w", "set output width expression", OFFSET(outw_expr_str), AV_OPT_TYPE_STRING, {.str="i… 103 …{ "ow", "set output width expression", OFFSET(outw_expr_str), AV_OPT_TYPE_STRING, {.str="i… 342 av_expr_parse_and_eval(&res, expr = rot->outw_expr_str, var_names, rot->var_values, in config_props()
|