Home
last modified time | relevance | path

Searched refs:y_expr (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_zoompan.c86 AVExpr *zoom_expr, *x_expr, *y_expr; member
147 ret = av_expr_parse(&s->y_expr, s->y_expr_str, var_names, NULL, NULL, NULL, NULL, 0, ctx); in config_output()
190 *dy = av_expr_eval(s->y_expr, var_values, NULL); in output_single_frame()
349 av_expr_free(s->y_expr); in uninit()
H A Dvf_overlay.h76 char *x_expr, *y_expr; member
H A Dvf_crop.c89 char *x_expr, *y_expr, *w_expr, *h_expr; member
195 (ret = av_expr_parse(&s->y_pexpr, s->y_expr, var_names, in config_input()
364 { "y", "set the y crop area expression", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str = "(in_h-out_h)/2"}, 0, 0, TFLAGS },
H A Dvf_delogo.c200 char *x_expr, *y_expr, *w_expr, *h_expr; member
210 { "y", "set logo y position", OFFSET(y_expr), AV_OPT_TYPE_STRING, { .str = "-1" }, 0, 0, FLAGS },
241 (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0 || in init()
H A Dvf_pad_opencl.c67 char *y_expr; member
303 if ((ret = av_expr_parse_and_eval(&res, (expr = ctx->y_expr), in pad_opencl_config_output()
376 { "y", "set the y offset for the input image position", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str = "0"}, 0, INT16_MAX, FLAGS },
H A Dvf_drawbox.c90 char *x_expr, *y_expr; ///< expression for x and y member
316 if ((ret = av_expr_parse_and_eval(&res, (expr = s->y_expr), in config_input()
448 { "y", "set vertical position of the top box edge", OFFSET(y_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
531 { "y", "set vertical offset", OFFSET(y_expr), AV_OPT_TYPE_STRING, { .str="0" }, 0, 0, FLAGS },
H A Dvf_pad.c97 char *y_expr; ///< height expression string member
164 if ((ret = av_expr_parse_and_eval(&res, (expr = s->y_expr), in config_input()
425 { "y", "set the y offset expression for the input image position", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str = "0"}, 0, 0, FLAGS },
H A Dvf_overlay_cuda.c118 char *x_expr, *y_expr; member
360 (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0) in config_input_overlay()
529 { "y", "set the y expression of overlay", OFFSET(y_expr), AV_OPT_TYPE_STRING, { .str = "0" }, 0, 0, FLAGS },
H A Dvf_drawtext.c190 char *y_expr; ///< expression for y position member
229 {"y", "set y expression", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str="0"}, 0, 0, FLAGS},
896 (ret = av_expr_parse(&s->y_pexpr, expr = s->y_expr, var_names, in config_input()
H A Dvf_overlay.c296 (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0) in config_input_overlay()
1060 { "y", "set the y expression", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str = "0"}, 0, 0, FLAGS },
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2435 auto y_expr = wg_y.id ? get<SPIRConstant>(wg_y.id).specialization_constant_macro_name : to_string(y); in emit_hlsl_entry_point() local
2438 statement("[numthreads(", x_expr, ", ", y_expr, ", ", z_expr, ")]"); in emit_hlsl_entry_point()

Completed in 17 milliseconds