Home
last modified time | relevance | path

Searched refs:AVExpr (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_eq.h64 AVExpr *contrast_pexpr;
68 AVExpr *brightness_pexpr;
72 AVExpr *saturation_pexpr;
76 AVExpr *gamma_pexpr;
80 AVExpr *gamma_weight_pexpr;
84 AVExpr *gamma_r_pexpr;
88 AVExpr *gamma_g_pexpr;
92 AVExpr *gamma_b_pexpr;
Dvf_hue.c66 AVExpr *hue_deg_pexpr;
67 AVExpr *hue_pexpr;
70 AVExpr *saturation_pexpr;
73 AVExpr *brightness_pexpr;
178 static int set_expr(AVExpr **pexpr_ptr, char **expr_ptr, in set_expr()
182 AVExpr *new_pexpr; in set_expr()
Daf_volume.h74 AVExpr *volume_pexpr;
Dblend.h68 AVExpr *e;
Dvf_overlay.h78 AVExpr *x_pexpr, *y_pexpr;
Dvf_eq.c157 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr()
160 AVExpr *old = NULL; in set_expr()
303 static inline int set_param(AVExpr **pexpr, const char *args, const char *cmd, in set_param()
Dvf_delogo.c59 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr()
62 AVExpr *old = NULL; in set_expr()
201 AVExpr *x_pexpr, *y_pexpr, *w_pexpr, *h_pexpr;
Dvf_vpp_qsv.c173 AVExpr *w_expr = NULL, *h_expr = NULL; in eval_expr()
174 AVExpr *cw_expr = NULL, *ch_expr = NULL; in eval_expr()
175 AVExpr *cx_expr = NULL, *cy_expr = NULL; in eval_expr()
Dvf_scale.c132 AVExpr *w_pexpr;
133 AVExpr *h_pexpr;
220 static int scale_parse_expr(AVFilterContext *ctx, char *str_expr, AVExpr **pexpr_ptr, const char *v… in scale_parse_expr()
225 AVExpr *old_pexpr = NULL; in scale_parse_expr()
875 AVExpr **pexpr_ptr; in process_command()
Dvf_overlay_qsv.c110 AVExpr *ox_expr = NULL, *oy_expr = NULL; in eval_expr()
111 AVExpr *ow_expr = NULL, *oh_expr = NULL; in eval_expr()
Daf_volume.c93 static int set_expr(AVExpr **pexpr, const char *expr, void *log_ctx) in set_expr()
96 AVExpr *old = NULL; in set_expr()
Dvf_qp.c59 AVExpr *e = NULL; in config_input()
Daf_afftfilt.c45 AVExpr **real;
46 AVExpr **imag;
Dvf_addroi.c47 AVExpr *region_expr[NB_PARAMS];
Dasrc_sine.c36 AVExpr *samples_per_frame_expr;
Dsetpts.c93 AVExpr *expr;
Dvf_rotate.c67 AVExpr *angle_expr; ///< parsed expression for the angle
569 AVExpr *old = rot->angle_expr; in process_command()
Df_metadata.c82 AVExpr *expr;
Dvf_vignette.c65 #define DEF_EXPR_FIELDS(name) AVExpr *name##_pexpr; char *name##_expr; double name
/third_party/ffmpeg/libavutil/
Deval.h31 typedef struct AVExpr AVExpr; typedef
74 int av_expr_parse(AVExpr **expr, const char *s,
87 double av_expr_eval(AVExpr *e, const double *const_values, void *opaque);
97 int av_expr_count_vars(AVExpr *e, unsigned *counter, int size);
111 int av_expr_count_func(AVExpr *e, unsigned *counter, int size, int arg);
116 void av_expr_free(AVExpr *e);
Deval.c157 struct AVExpr { struct
175 struct AVExpr *param[3]; argument
184 static double eval_expr(Parser *p, AVExpr *e) in eval_expr() argument
334 static int parse_expr(AVExpr **e, Parser *p);
336 void av_expr_free(AVExpr *e) in av_expr_free()
346 static int parse_primary(AVExpr **e, Parser *p) in parse_primary()
348 AVExpr *d = av_mallocz(sizeof(AVExpr)); in parse_primary()
506 static AVExpr *make_eval_expr(int type, int value, AVExpr *p0, AVExpr *p1) in make_eval_expr()
508 AVExpr *e = av_mallocz(sizeof(AVExpr)); in make_eval_expr()
518 static int parse_pow(AVExpr **e, Parser *p, int *sign) in parse_pow()
[all …]
/third_party/ffmpeg/libavcodec/
Dsetts_bsf.c85 AVExpr *ts_expr;
86 AVExpr *pts_expr;
87 AVExpr *dts_expr;
Dratecontrol.h86 AVExpr * rc_eq_eval;
/third_party/ffmpeg/fftools/
Dffmpeg.h504 AVExpr *forced_keyframes_pexpr;
/third_party/ffmpeg/libavformat/
Dlibmodplug.c60 AVExpr *expr; ///< parsed color eval expression

12