Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_aspect.c64 char *ratio_expr; member
105 ret = av_expr_parse_and_eval(&res, s->ratio_expr, in get_aspect_ratio()
109 ret = av_parse_ratio(aspect_ratio, s->ratio_expr, s->max, 0, ctx); in get_aspect_ratio()
115 "Error when evaluating the expression '%s'\n", s->ratio_expr); in get_aspect_ratio()
120 "Invalid string '%s' for aspect ratio\n", s->ratio_expr); in get_aspect_ratio()
161 …{ "dar", "set display aspect ratio", OFFSET(ratio_expr), AV_OPT_TYPE_STRING, { .str = "0" }, .fl…
162 …{ "ratio", "set display aspect ratio", OFFSET(ratio_expr), AV_OPT_TYPE_STRING, { .str = "0" }, .fl…
163 …{ "r", "set display aspect ratio", OFFSET(ratio_expr), AV_OPT_TYPE_STRING, { .str = "0" }, .fl…
225 …{ "sar", "set sample (pixel) aspect ratio", OFFSET(ratio_expr), AV_OPT_TYPE_STRING, { .str = "0"…
226 …{ "ratio", "set sample (pixel) aspect ratio", OFFSET(ratio_expr), AV_OPT_TYPE_STRING, { .str = "0"…
[all …]