AVOption 68 3rdparty/include/ffmpeg_/libavutil/log.h const struct AVOption *option; AVOption 334 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags); AVOption 365 3rdparty/include/ffmpeg_/libavutil/opt.h int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out); AVOption 367 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_set_double(void *obj, const char *name, double n); AVOption 368 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_set_q(void *obj, const char *name, AVRational n); AVOption 369 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_set_int(void *obj, const char *name, int64_t n); AVOption 371 3rdparty/include/ffmpeg_/libavutil/opt.h double av_get_double(void *obj, const char *name, const AVOption **o_out); AVOption 372 3rdparty/include/ffmpeg_/libavutil/opt.h AVRational av_get_q(void *obj, const char *name, const AVOption **o_out); AVOption 373 3rdparty/include/ffmpeg_/libavutil/opt.h int64_t av_get_int(void *obj, const char *name, const AVOption **o_out); AVOption 374 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len); AVOption 375 3rdparty/include/ffmpeg_/libavutil/opt.h attribute_deprecated const AVOption *av_next_option(void *obj, const AVOption *last); AVOption 529 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_eval_flags (void *obj, const AVOption *o, const char *val, int *flags_out); AVOption 530 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_eval_int (void *obj, const AVOption *o, const char *val, int *int_out); AVOption 531 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_eval_int64 (void *obj, const AVOption *o, const char *val, int64_t *int64_out); AVOption 532 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_eval_float (void *obj, const AVOption *o, const char *val, float *float_out); AVOption 533 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_eval_double(void *obj, const AVOption *o, const char *val, double *double_out); AVOption 534 3rdparty/include/ffmpeg_/libavutil/opt.h int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out); AVOption 571 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_opt_find(void *obj, const char *name, const char *unit, AVOption 595 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_opt_find2(void *obj, const char *name, const char *unit, AVOption 607 3rdparty/include/ffmpeg_/libavutil/opt.h const AVOption *av_opt_next(void *obj, const AVOption *prev);