Lines Matching defs:opt

45 #include "libavutil/opt.h"
650 const AVDictionaryEntry *opt = NULL;
658 while ((opt = av_dict_get(opts, "", opt, AV_DICT_IGNORE_SUFFIX))) {
659 if ((ret = av_opt_set(*wctx, opt->key, opt->value, AV_OPT_SEARCH_CHILDREN)) < 0) {
661 opt->key, opt->value);
1750 #define CHECK_COMPLIANCE(opt, opt_name) \
1751 if (opt) { \
3056 const AVOption *opt = NULL;
3057 while (opt = av_opt_next(dec_ctx->priv_data,opt)) {
3059 if (!(opt->flags & AV_OPT_FLAG_EXPORT)) continue;
3060 if (av_opt_get(dec_ctx->priv_data, opt->name, 0, &str) >= 0) {
3061 print_str(opt->name, str);
3594 static int opt_show_optional_fields(void *optctx, const char *opt, const char *arg)
3605 static int opt_format(void *optctx, const char *opt, const char *arg)
3649 static int opt_show_entries(void *optctx, const char *opt, const char *arg)
3661 "Missing section name for option '%s'\n", opt);
3712 static int opt_input_file_i(void *optctx, const char *opt, const char *arg)
3731 static int opt_output_file_o(void *optctx, const char *opt, const char *arg)
3737 static int opt_print_filename(void *optctx, const char *opt, const char *arg)
3743 void show_help_default(const char *opt, const char *arg)
3889 static int opt_read_intervals(void *optctx, const char *opt, const char *arg)
3894 static int opt_pretty(void *optctx, const char *opt, const char *arg)
3920 static int opt_sections(void *optctx, const char *opt, const char *arg)
3932 static int opt_show_versions(void *optctx, const char *opt, const char *arg)
3940 static int opt_show_##section(void *optctx, const char *opt, const char *arg) \