/third_party/ffmpeg/libavfilter/ |
D | vf_scale.c | 130 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 …]
|
D | scale_eval.c | 58 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()
|
D | vf_crop.c | 89 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…
|
D | vf_scale_npp.c | 149 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 },
|
D | vf_drawbox.c | 91 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" }, …
|
D | vf_scale_vaapi.c | 39 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 },
|
D | vf_pad_opencl.c | 65 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, …
|
D | scale_eval.h | 33 const char *w_expr, const char *h_expr,
|
D | vf_pad.c | 95 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 =…
|
D | vf_zscale.c | 110 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 },
|
D | vf_delogo.c | 200 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()
|
D | vf_vpp_qsv.c | 178 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()
|
D | vf_scale_vulkan.c | 50 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 },
|
D | vf_scale_qsv.c | 115 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…
|
D | vf_scale_cuda.c | 96 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 …
|
D | vf_libplacebo.c | 70 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 },
|