Home
last modified time | relevance | path

Searched refs:const_names (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
H A Deval.c34 static const char *const const_names[] = { variable
148 const_names, const_values, in main()
159 const_names, const_values, in main()
165 const_names, const_values, in main()
175 const_names, const_values, in main()
/third_party/ffmpeg/libavutil/
H A Deval.h38 * @param const_names NULL terminated array of zero terminated strings of constant identifiers, for example {"PI", "E", 0}
39 * @param const_values a zero terminated array of values for the identifiers from const_names
50 const char * const *const_names, const double *const_values,
63 * @param const_names NULL terminated array of zero terminated strings of constant identifiers, for example {"PI", "E", 0}
73 const char * const *const_names,
81 * @param const_values a zero terminated array of values for the identifiers from av_expr_parse() const_names
H A Deval.c48 const char * const *const_names; // NULL terminated member
366 for (i=0; p->const_names && p->const_names[i]; i++) { in parse_primary()
367 if (strmatch(p->s, p->const_names[i])) { in parse_primary()
368 p->s+= strlen(p->const_names[i]); in parse_primary()
686 const char * const *const_names, in av_expr_parse()
708 p.const_names = const_names; in av_expr_parse()
777 const char * const *const_names, const double *const_values, in av_expr_parse_and_eval()
783 int ret = av_expr_parse(&e, s, const_names, func1_name in av_expr_parse_and_eval()
685 av_expr_parse(AVExpr **expr, const char *s, const char * const *const_names, const char * const *func1_names, double (* const *funcs1)(void *, double), const char * const *func2_names, double (* const *funcs2)(void *, double, double), int log_offset, void *log_ctx) av_expr_parse() argument
776 av_expr_parse_and_eval(double *d, const char *s, const char * const *const_names, const double *const_values, const char * const *func1_names, double (* const *funcs1)(void *, double), const char * const *func2_names, double (* const *funcs2)(void *, double, double), void *opaque, int log_offset, void *log_ctx) av_expr_parse_and_eval() argument
[all...]
H A Dopt.c271 const char * const_names[64]; in set_string_number() local
289 const_names [ci ] = o_named->name; in set_string_number()
294 const_names [ci ] = "default"; in set_string_number()
296 const_names [ci ] = "max"; in set_string_number()
298 const_names [ci ] = "min"; in set_string_number()
300 const_names [ci ] = "none"; in set_string_number()
302 const_names [ci ] = "all"; in set_string_number()
304 const_names [ci] = NULL; in set_string_number()
307 res = av_expr_parse_and_eval(&d, i ? buf : val, const_names, in set_string_number()
/third_party/ffmpeg/libavcodec/
H A Dratecontrol.c475 static const char * const const_names[] = { in ff_rate_control_init() local
519 const_names, func1_names, func1, in ff_rate_control_init()

Completed in 8 milliseconds