Lines Matching refs:AVOption
252 typedef struct AVOption { struct
297 } AVOption; argument
334 const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
365 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out);
367 attribute_deprecated const AVOption *av_set_double(void *obj, const char *name, double n);
368 attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n);
369 attribute_deprecated const AVOption *av_set_int(void *obj, const char *name, int64_t n);
371 double av_get_double(void *obj, const char *name, const AVOption **o_out);
372 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
373 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
374 attribute_deprecated const char *av_get_string(void *obj, const char *name, const AVOption **o_out,…
375 attribute_deprecated const AVOption *av_next_option(void *obj, const AVOption *last);
529 int av_opt_eval_flags (void *obj, const AVOption *o, const char *val, int *flags_out);
530 int av_opt_eval_int (void *obj, const AVOption *o, const char *val, int *int_out);
531 int av_opt_eval_int64 (void *obj, const AVOption *o, const char *val, int64_t *int64_out);
532 int av_opt_eval_float (void *obj, const AVOption *o, const char *val, float *float_out);
533 int av_opt_eval_double(void *obj, const AVOption *o, const char *val, double *double_out);
534 int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out);
571 const AVOption *av_opt_find(void *obj, const char *name, const char *unit,
595 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
607 const AVOption *av_opt_next(void *obj, const AVOption *prev);