/third_party/ffmpeg/libavfilter/ |
D | vf_eq.c | 157 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr() function 190 if ((ret = set_expr(&eq->contrast_pexpr, eq->contrast_expr, "contrast", ctx)) < 0 || in initialize() 191 (ret = set_expr(&eq->brightness_pexpr, eq->brightness_expr, "brightness", ctx)) < 0 || in initialize() 192 (ret = set_expr(&eq->saturation_pexpr, eq->saturation_expr, "saturation", ctx)) < 0 || in initialize() 193 (ret = set_expr(&eq->gamma_pexpr, eq->gamma_expr, "gamma", ctx)) < 0 || in initialize() 194 (ret = set_expr(&eq->gamma_r_pexpr, eq->gamma_r_expr, "gamma_r", ctx)) < 0 || in initialize() 195 (ret = set_expr(&eq->gamma_g_pexpr, eq->gamma_g_expr, "gamma_g", ctx)) < 0 || in initialize() 196 (ret = set_expr(&eq->gamma_b_pexpr, eq->gamma_b_expr, "gamma_b", ctx)) < 0 || in initialize() 197 (ret = set_expr(&eq->gamma_weight_pexpr, eq->gamma_weight_expr, "gamma_weight", ctx)) < 0 ) in initialize() 308 if ((ret = set_expr(pexpr, args, cmd, ctx)) < 0) in set_param()
|
D | vf_delogo.c | 59 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr() function 248 if ((ret = set_expr(&s->x_pexpr, s->x_expr, "x", ctx)) < 0 || in init() 249 (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0 || in init() 250 (ret = set_expr(&s->w_pexpr, s->w_expr, "w", ctx)) < 0 || in init() 251 (ret = set_expr(&s->h_pexpr, s->h_expr, "h", ctx)) < 0 ) in init()
|
D | af_volume.c | 93 static int set_expr(AVExpr **pexpr, const char *expr, void *log_ctx) in set_expr() function 121 return set_expr(&vol->volume_pexpr, vol->volume_expr, ctx); in init() 329 if ((ret = set_expr(&vol->volume_pexpr, args, ctx)) < 0) in process_command()
|
D | vf_hue.c | 178 static int set_expr(AVExpr **pexpr_ptr, char **expr_ptr, in set_expr() function 221 ret = set_expr(&hue->expr##_pexpr, &hue->expr##_expr, \ in init() 479 ret = set_expr(&hue->expr##_pexpr, &hue->expr##_expr, \ in process_command()
|
D | vf_overlay.c | 109 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr() function 137 ret = set_expr(&s->x_pexpr, args, cmd, ctx); in process_command() 139 ret = set_expr(&s->y_pexpr, args, cmd, ctx); in process_command() 295 if ((ret = set_expr(&s->x_pexpr, s->x_expr, "x", ctx)) < 0 || in config_input_overlay() 296 (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0) in config_input_overlay()
|
/third_party/boost/libs/fusion/doc/ |
D | adapted.qbk | 708 [^([attribute_type['N], attribute_const_type['N],] get_expr['N], set_expr['N])] 719 [^set_expr['N]] is the expression that is invoked to set the ['N]th element 729 forwards assignment to the underlying element via [^set_expr['N]]. 818 [^(attribute_type['N], attribute_const_type['N], get_expr['N], set_expr['N])] 829 [^set_expr['N]] is the expression that is invoked to set the ['N]th element 839 forwards assignment to the underlying element via [^set_expr['N]]. 923 [^(attribute_type['N], attribute_const_type['N], get_expr['N], set_expr['N], key_type['N])] 934 [^set_expr['N]] is the expression that is invoked to set the ['N]th element 944 forwards assignment to the underlying element via [^set_expr['N]]. 1039 [^([attribute_type['N], attribute_const_type['N],] get_expr['N], set_expr['N], key_type['N])] [all …]
|
D | notes.qbk | 197 [[[^(attribute_type['N], attribute_const_type['N], get_expr['N], set_expr['N])]] 217 …[[[^proxy['N]=t]] [Invokes [^set_expr['N]], with `t` being an arbitrary object. [^…
|