/third_party/ffmpeg/libavfilter/ |
D | vf_eq.h | 64 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;
|
D | vf_hue.c | 66 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()
|
D | af_volume.h | 74 AVExpr *volume_pexpr;
|
D | blend.h | 68 AVExpr *e;
|
D | vf_overlay.h | 78 AVExpr *x_pexpr, *y_pexpr;
|
D | vf_eq.c | 157 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()
|
D | vf_delogo.c | 59 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;
|
D | vf_vpp_qsv.c | 173 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()
|
D | vf_scale.c | 132 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()
|
D | vf_overlay_qsv.c | 110 AVExpr *ox_expr = NULL, *oy_expr = NULL; in eval_expr() 111 AVExpr *ow_expr = NULL, *oh_expr = NULL; in eval_expr()
|
D | af_volume.c | 93 static int set_expr(AVExpr **pexpr, const char *expr, void *log_ctx) in set_expr() 96 AVExpr *old = NULL; in set_expr()
|
D | vf_qp.c | 59 AVExpr *e = NULL; in config_input()
|
D | af_afftfilt.c | 45 AVExpr **real; 46 AVExpr **imag;
|
D | vf_addroi.c | 47 AVExpr *region_expr[NB_PARAMS];
|
D | asrc_sine.c | 36 AVExpr *samples_per_frame_expr;
|
D | setpts.c | 93 AVExpr *expr;
|
D | vf_rotate.c | 67 AVExpr *angle_expr; ///< parsed expression for the angle 569 AVExpr *old = rot->angle_expr; in process_command()
|
D | f_metadata.c | 82 AVExpr *expr;
|
D | vf_vignette.c | 65 #define DEF_EXPR_FIELDS(name) AVExpr *name##_pexpr; char *name##_expr; double name
|
/third_party/ffmpeg/libavutil/ |
D | eval.h | 31 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);
|
D | eval.c | 157 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/ |
D | setts_bsf.c | 85 AVExpr *ts_expr; 86 AVExpr *pts_expr; 87 AVExpr *dts_expr;
|
D | ratecontrol.h | 86 AVExpr * rc_eq_eval;
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 504 AVExpr *forced_keyframes_pexpr;
|
/third_party/ffmpeg/libavformat/ |
D | libmodplug.c | 60 AVExpr *expr; ///< parsed color eval expression
|