/third_party/ffmpeg/libavfilter/ |
D | vf_zoompan.c | 86 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()
|
D | vf_pad_opencl.c | 67 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, {…
|
D | vf_delogo.c | 200 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, … 241 (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0 || in init()
|
D | vf_crop.c | 89 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…
|
D | vf_drawbox.c | 90 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_STRI… 531 …{ "y", "set vertical offset", OFFSET(y_expr), AV_OPT_TYPE_STRING, { .str="0" }, …
|
D | vf_overlay.h | 76 char *x_expr, *y_expr; member
|
D | vf_overlay_cuda.c | 118 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…
|
D | vf_pad.c | 97 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_TYP…
|
D | vf_drawtext.c | 190 char *y_expr; ///< expression for y position member 229 …{"y", "set y expression", OFFSET(y_expr), AV_OPT_TYPE_STRING, {.str="0"}… 896 (ret = av_expr_parse(&s->y_pexpr, expr = s->y_expr, var_names, in config_input()
|
D | vf_overlay.c | 296 (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/ |
D | spirv_hlsl.cpp | 2435 …auto y_expr = wg_y.id ? get<SPIRConstant>(wg_y.id).specialization_constant_macro_name : to_string(… in emit_hlsl_entry_point() local 2438 statement("[numthreads(", x_expr, ", ", y_expr, ", ", z_expr, ")]"); in emit_hlsl_entry_point()
|