Lines Matching refs:AVOption
248 typedef struct AVOption { struct
305 } AVOption; typedef
550 int av_opt_eval_flags (void *obj, const AVOption *o, const char *val, int *flags_out);
551 int av_opt_eval_int (void *obj, const AVOption *o, const char *val, int *int_out);
552 int av_opt_eval_int64 (void *obj, const AVOption *o, const char *val, int64_t *int64_out);
553 int av_opt_eval_float (void *obj, const AVOption *o, const char *val, float *float_out);
554 int av_opt_eval_double(void *obj, const AVOption *o, const char *val, double *double_out);
555 int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out);
605 const AVOption *av_opt_find(void *obj, const char *name, const char *unit,
629 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
641 const AVOption *av_opt_next(const void *obj, const AVOption *prev);
844 int av_opt_is_set_to_default(void *obj, const AVOption *o);