Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_scale.c130 char *h_expr; ///< height expression string member
179 … av_log(ctx, AV_LOG_ERROR, "Height expression cannot be self-referencing: '%s'.\n", scale->h_expr); in check_exprs()
185 …nces detected for width '%s' and height '%s' - possibly invalid.\n", scale->w_expr, scale->h_expr); in check_exprs()
276 if (scale->size_str && (scale->w_expr || scale->h_expr)) { in init_dict()
282 if (scale->w_expr && !scale->h_expr) in init_dict()
299 if (!scale->h_expr) in init_dict()
306 ret = scale_parse_expr(ctx, NULL, &scale->h_pexpr, "height", scale->h_expr); in init_dict()
311 … scale->w_expr, scale->h_expr, (char *)av_x_if_null(scale->flags_str, ""), scale->interlaced); in init_dict()
454 expr = scale->h_expr; in scale_eval_dimensions()
730 ret = scale_parse_expr(ctx, NULL, &scale->h_pexpr, "height", scale->h_expr); in scale_frame()
[all …]
Dscale_eval.c58 const char *w_expr, const char *h_expr, in ff_scale_eval_dimensions() argument
88 if ((ret = av_expr_parse_and_eval(&res, (expr = h_expr), in ff_scale_eval_dimensions()
109 expr, w_expr, h_expr); in ff_scale_eval_dimensions()
Dvf_crop.c89 char *x_expr, *y_expr, *w_expr, *h_expr; member
164 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr), in config_input()
181 s->w_expr, s->h_expr); in config_input()
361 …{ "out_h", "set the height crop area expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str…
362 …{ "h", "set the height crop area expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str…
Dvf_scale_npp.c149 char *h_expr; ///< height expression string member
190 … av_log(ctx, AV_LOG_ERROR, "Height expression cannot be self-referencing: '%s'.\n", scale->h_expr); in check_exprs()
196 …nces detected for width '%s' and height '%s' - possibly invalid.\n", scale->w_expr, scale->h_expr); in check_exprs()
298 if (scale->size_str && (scale->w_expr || scale->h_expr)) { in nppscale_init()
304 if (scale->w_expr && !scale->h_expr) in nppscale_init()
332 if (!scale->h_expr) { in nppscale_init()
342 ret = nppscale_parse_expr(ctx, NULL, &scale->h_pexpr, "height", scale->h_expr); in nppscale_init()
394 expr = scale->h_expr; in nppscale_eval_dimensions()
808 ret = nppscale_parse_expr(ctx, NULL, &s->h_pexpr, "height", s->h_expr); in nppscale_scale()
955 { "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, .flags = FLAGS },
Dvf_drawbox.c91 char *w_expr, *h_expr; ///< expression for width and height member
330 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr), in config_input()
451 …{ "height", "set height of the box", OFFSET(h_expr), AV_OPT_TYPE_STRI…
452 …{ "h", "set height of the box", OFFSET(h_expr), AV_OPT_TYPE_STRI…
534 …{ "height", "set height of grid cell", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, …
535 …{ "h", "set height of grid cell", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, …
Dvf_scale_vaapi.c39 char *h_expr; // height expression string member
80 ctx->w_expr, ctx->h_expr, in scale_vaapi_config_output()
211 OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, .flags = FLAGS },
Dvf_pad_opencl.c65 char *h_expr; member
272 if ((ret = av_expr_parse_and_eval(&res, (expr = ctx->h_expr), in pad_opencl_config_output()
373 …{ "height", "set the pad area height", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, 0, …
374 …{ "h", "set the pad area height", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, 0, …
Dscale_eval.h33 const char *w_expr, const char *h_expr,
Dvf_pad.c95 char *h_expr; ///< height expression string member
133 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr), in config_input()
422 …{ "height", "set the pad area height expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str =…
423 …{ "h", "set the pad area height expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str =…
Dvf_zscale.c110 char *h_expr; ///< height expression string member
167 if (s->size_str && (s->w_expr || s->h_expr)) { in init()
173 if (s->w_expr && !s->h_expr) in init()
190 if (!s->h_expr) in init()
274 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr), in config_props()
357 expr, s->w_expr, s->h_expr); in config_props()
975 { "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, .flags = TFLAGS },
976 { "height", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, .flags = TFLAGS },
Dvf_delogo.c200 char *x_expr, *y_expr, *w_expr, *h_expr; member
212 …{ "h", "set logo height", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str = "-1" }, 0, …
243 (ret = set_expr(&s->h_pexpr, s->h_expr, "h", ctx)) < 0 ) in init()
Dvf_vpp_qsv.c178 AVExpr *w_expr = NULL, *h_expr = NULL; in eval_expr() local
187 PASS_EXPR(h_expr, vpp->oh); in eval_expr()
208 CALC_EXPR(h_expr, in eval_expr()
229 av_expr_free(h_expr); in eval_expr()
Dvf_scale_vulkan.c50 char *h_expr; member
440 err = ff_scale_eval_dimensions(s, s->w_expr, s->h_expr, inlink, outlink,
489 … { "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, .flags = FLAGS },
Dvf_scale_qsv.c115 char *h_expr; ///< height expression string member
483 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr), in qsvscale_config_props()
615 …{ "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str = "ih" }, .fla…
Dvf_scale_cuda.c96 char *h_expr; ///< height expression string member
362 s->w_expr, s->h_expr, in cudascale_config_props()
588 …{ "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str = "ih" }, .flags = FLAGS …
Dvf_libplacebo.c70 char *h_expr; member
520 RET(ff_scale_eval_dimensions(s, s->w_expr, s->h_expr, inlink, outlink, in libplacebo_config_output()
570 …{ "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, .flags = STATIC },