set_expr          121 libavfilter/af_volume.c     return set_expr(&vol->volume_pexpr, vol->volume_expr, ctx);
set_expr          329 libavfilter/af_volume.c         if ((ret = set_expr(&vol->volume_pexpr, args, ctx)) < 0)
set_expr          249 libavfilter/vf_delogo.c     if ((ret = set_expr(&s->x_pexpr, s->x_expr, "x", ctx)) < 0 ||
set_expr          250 libavfilter/vf_delogo.c         (ret = set_expr(&s->y_pexpr, s->y_expr, "y", ctx)) < 0 ||
set_expr          251 libavfilter/vf_delogo.c         (ret = set_expr(&s->w_pexpr, s->w_expr, "w", ctx)) < 0 ||
set_expr          252 libavfilter/vf_delogo.c         (ret = set_expr(&s->h_pexpr, s->h_expr, "h", ctx)) < 0 )
set_expr          190 libavfilter/vf_eq.c     if ((ret = set_expr(&eq->contrast_pexpr,     eq->contrast_expr,     "contrast",     ctx)) < 0 ||
set_expr          191 libavfilter/vf_eq.c         (ret = set_expr(&eq->brightness_pexpr,   eq->brightness_expr,   "brightness",   ctx)) < 0 ||
set_expr          192 libavfilter/vf_eq.c         (ret = set_expr(&eq->saturation_pexpr,   eq->saturation_expr,   "saturation",   ctx)) < 0 ||
set_expr          193 libavfilter/vf_eq.c         (ret = set_expr(&eq->gamma_pexpr,        eq->gamma_expr,        "gamma",        ctx)) < 0 ||
set_expr          194 libavfilter/vf_eq.c         (ret = set_expr(&eq->gamma_r_pexpr,      eq->gamma_r_expr,      "gamma_r",      ctx)) < 0 ||
set_expr          195 libavfilter/vf_eq.c         (ret = set_expr(&eq->gamma_g_pexpr,      eq->gamma_g_expr,      "gamma_g",      ctx)) < 0 ||
set_expr          196 libavfilter/vf_eq.c         (ret = set_expr(&eq->gamma_b_pexpr,      eq->gamma_b_expr,      "gamma_b",      ctx)) < 0 ||
set_expr          197 libavfilter/vf_eq.c         (ret = set_expr(&eq->gamma_weight_pexpr, eq->gamma_weight_expr, "gamma_weight", ctx)) < 0 )
set_expr          310 libavfilter/vf_eq.c     if ((ret = set_expr(pexpr, args, cmd, ctx)) < 0)
set_expr          221 libavfilter/vf_hue.c         ret = set_expr(&hue->expr##_pexpr, &hue->expr##_expr,           \
set_expr          482 libavfilter/vf_hue.c         ret = set_expr(&hue->expr##_pexpr, &hue->expr##_expr,           \
set_expr          137 libavfilter/vf_overlay.c         ret = set_expr(&s->x_pexpr, args, cmd, ctx);
set_expr          139 libavfilter/vf_overlay.c         ret = set_expr(&s->y_pexpr, args, cmd, ctx);
set_expr          303 libavfilter/vf_overlay.c     if ((ret = set_expr(&s->x_pexpr,      s->x_expr,      "x",      ctx)) < 0 ||
set_expr          304 libavfilter/vf_overlay.c         (ret = set_expr(&s->y_pexpr,      s->y_expr,      "y",      ctx)) < 0)