Searched refs:AVExpr (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Deval.h31 typedef struct AVExpr AVExpr; typedef in typeref:struct:AVExpr
60 * @param expr a pointer where is put an AVExpr containing the parsed
62 * The pointed to AVExpr must be freed with av_expr_free() by the user
74 int av_expr_parse(AVExpr **expr, const char *s,
87 double av_expr_eval(AVExpr *e, const double *const_values, void *opaque);
92 void av_expr_free(AVExpr *e);
H A Deval.c142 struct AVExpr { struct
159 struct AVExpr *param[3];
168 static double eval_expr(Parser *p, AVExpr *e)
302 static int parse_expr(AVExpr **e, Parser *p);
304 void av_expr_free(AVExpr *e)
314 static int parse_primary(AVExpr **e, Parser *p)
316 AVExpr *d = av_mallocz(sizeof(AVExpr));
467 static AVExpr *make_eval_expr(int type, int value, AVExpr *p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Deval.h31 typedef struct AVExpr AVExpr; typedef in typeref:struct:AVExpr
60 * @param expr a pointer where is put an AVExpr containing the parsed
62 * The pointed to AVExpr must be freed with av_expr_free() by the user
74 int av_expr_parse(AVExpr **expr, const char *s,
87 double av_expr_eval(AVExpr *e, const double *const_values, void *opaque);
92 void av_expr_free(AVExpr *e);
H A Deval.c119 struct AVExpr { struct
135 struct AVExpr *param[2];
138 static double eval_expr(Parser *p, AVExpr *e)
183 static int parse_expr(AVExpr **e, Parser *p);
185 void av_expr_free(AVExpr *e)
193 static int parse_primary(AVExpr **e, Parser *p)
195 AVExpr *d = av_mallocz(sizeof(AVExpr));
280 else if (strmatch(next, "lte" )) { AVExpr *tmp = d->param[1]; d->param[1] = d->param[0]; d->param[0] = tmp; d->type = e_gte; }
281 else if (strmatch(next, "lt" )) { AVExpr *tm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_volume.h74 AVExpr *volume_pexpr;
H A Dvf_hue.c66 AVExpr *hue_deg_pexpr;
67 AVExpr *hue_pexpr;
70 AVExpr *saturation_pexpr;
73 AVExpr *brightness_pexpr;
153 static int set_expr(AVExpr **pexpr_ptr, char **expr_ptr,
157 AVExpr *new_pexpr;
H A Daf_astreamsync.c50 AVExpr *expr;
H A Dsetpts.c88 AVExpr *expr;
H A Daf_volume.c91 static int set_expr(AVExpr **pexpr, const char *expr, void *log_ctx)
94 AVExpr *old = NULL;
H A Dvf_blend.c70 AVExpr *e;
217 AVExpr *e = param->e;
H A Dvf_overlay.c120 AVExpr *x_pexpr, *y_pexpr;
150 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx)
153 AVExpr *old = NULL;
H A Daeval.c66 AVExpr **expr;
H A Df_select.c144 AVExpr *expr;
H A Dvf_crop.c89 AVExpr *x_pexpr, *y_pexpr; /* parsed expressions for x and y */
H A Dvf_geq.c37 AVExpr *e[4]; ///< expressions for each plane
H A Dvf_lut.c64 AVExpr *comp_expr[4];
H A Dvf_vignette.c59 #define DEF_EXPR_FIELDS(name) AVExpr *name##_pexpr; char *name##_expr; double name
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dratecontrol.h87 AVExpr * rc_eq_eval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dratecontrol.h86 AVExpr * rc_eq_eval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_setpts.c64 AVExpr *expr;
H A Dvf_select.c116 AVExpr *expr;
H A Dvf_crop.c76 AVExpr *x_pexpr, *y_pexpr; /* parsed expressions for x and y */
H A Dvf_lut.c66 AVExpr *comp_expr[4];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h401 AVExpr *forced_keyframes_pexpr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibmodplug.c60 AVExpr *expr; ///< parsed color eval expression

Completed in 222 milliseconds

12