Searched refs:h_expr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_scale.c79 char h_expr[256]; ///< height expression string member in struct:__anon2090
88 av_strlcpy(scale->h_expr, "ih", sizeof(scale->h_expr));
92 sscanf(args, "%255[^:]:%255[^:]", scale->w_expr, scale->h_expr);
165 if ((ret = av_expr_parse_and_eval(&res, (expr = scale->h_expr),
H A Dvf_pad.c97 char h_expr[256]; ///< height expression string member in struct:__anon2088
114 av_strlcpy(pad->h_expr, "ih", sizeof(pad->h_expr));
116 av_strlcpy(pad->y_expr, "0" , sizeof(pad->h_expr));
120 pad->w_expr, pad->h_expr, pad->x_expr, pad->y_expr, color_string);
168 if ((ret = av_expr_parse_and_eval(&res, (expr = pad->h_expr),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawbox.c78 char *w_expr, *h_expr; ///< expression for width and height member in struct:DrawBoxContext
163 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr),
244 { "height", "set height of the box", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, CHAR_MIN, CHAR_MAX, FLAGS },
245 { "h", "set height of the box", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, CHAR_MIN, CHAR_MAX, FLAGS },
350 { "height", "set height of grid cell", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, CHAR_MIN, CHAR_MAX, FLAGS },
351 { "h", "set height of grid cell", OFFSET(h_expr), AV_OPT_TYPE_STRING, { .str="0" }, CHAR_MIN, CHAR_MAX, FLAGS },
H A Dvf_crop.c88 char *x_expr, *y_expr, *w_expr, *h_expr; member in struct:CropContext
167 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr),
184 s->w_expr, s->h_expr);
306 { "out_h", "set the height crop area expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, CHAR_MIN, CHAR_MAX, FLAGS },
307 { "h", "set the height crop area expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, CHAR_MIN, CHAR_MAX, FLAGS },
H A Dvf_scale.c97 char *h_expr; ///< height expression string member in struct:ScaleContext
119 if (scale->size_str && (scale->w_expr || scale->h_expr)) {
125 if (scale->w_expr && !scale->h_expr)
142 if (!scale->h_expr)
146 scale->w_expr, scale->h_expr, (char *)av_x_if_null(scale->flags_str, ""), scale->interlaced);
266 if ((ret = av_expr_parse_and_eval(&res, (expr = scale->h_expr),
405 expr, scale->w_expr, scale->h_expr);
544 { "h", "Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, .flags = FLAGS },
545 { "height","Output video height", OFFSET(h_expr), AV_OPT_TYPE_STRING, .flags = FLAGS },
H A Dvf_pad.c87 char *h_expr; ///< height expression string member in struct:PadContext
122 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr),
364 { "height", "set the pad area height expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, CHAR_MIN, CHAR_MAX, FLAGS },
365 { "h", "set the pad area height expression", OFFSET(h_expr), AV_OPT_TYPE_STRING, {.str = "ih"}, CHAR_MIN, CHAR_MAX, FLAGS },

Completed in 97 milliseconds