Searched refs:av_opt_find (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | opt.h | 605 const AVOption *av_opt_find(void *obj, const char *name, const char *unit,
|
D | opt.c | 264 … const AVOption *o_named = av_opt_find(target_obj, i ? buf : val, o->unit, 0, search_flags); in set_string_number() 1050 const AVOption *field = av_opt_find(obj, field_name, NULL, 0, 0); in av_opt_flag_is_set() 1051 const AVOption *flag = av_opt_find(obj, flag_name, in av_opt_flag_is_set() 1661 const AVOption *av_opt_find(void *obj, const char *name, const char *unit, in av_opt_find() function 1872 const AVOption *field = av_opt_find(obj, key, NULL, 0, flags); in av_opt_query_ranges_default()
|
/third_party/ffmpeg/libavfilter/ |
D | af_resample.c | 58 if (av_opt_find(&avr_class, e->key, NULL, 0, in init()
|
D | avfilter.c | 854 if (av_opt_find(ctx, key, NULL, 0, 0)) { in process_options() 864 … if (!av_opt_find(ctx->priv, key, NULL, 0, AV_OPT_SEARCH_CHILDREN | AV_OPT_SEARCH_FAKE_OBJ)) { in process_options()
|
D | vf_scale.c | 319 const AVOption *o = av_opt_find(&class, "sws_flags", NULL, 0, in init_dict()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 534 const AVOption *o = av_opt_find(obj, name, unit, opt_flags, search_flags); in opt_find() 2144 if (av_opt_find(&cc, t->key, NULL, flags, AV_OPT_SEARCH_FAKE_OBJ) || in filter_codec_opts() 2147 av_opt_find(&priv_class, t->key, NULL, flags, in filter_codec_opts() 2151 av_opt_find(&cc, t->key + 1, NULL, flags, in filter_codec_opts()
|
D | ffmpeg_opt.c | 799 const AVOption *discard_opt = av_opt_find(&cc, "skip_frame", NULL, 0, 0); in add_input_streams() 1124 av_opt_find(&file_iformat->priv_class, "channels", NULL, 0, in open_input_file() 1133 av_opt_find(&file_iformat->priv_class, "framerate", NULL, 0, in open_input_file() 1302 const AVOption *option = av_opt_find(&class, e->key, NULL, 0, in open_input_file() 1305 const AVOption *foption = av_opt_find(&fclass, e->key, NULL, 0, in open_input_file() 2211 const AVOption *o = av_opt_find(oc, "fflags", NULL, 0, 0); in open_output_file() 2474 const AVOption *option = av_opt_find(&class, e->key, NULL, 0, in open_output_file() 2477 const AVOption *foption = av_opt_find(&fclass, e->key, NULL, 0, in open_output_file()
|
D | ffmpeg.c | 3234 const AVOption *o = av_opt_find(of->ctx, "fflags", NULL, 0, 0); in set_encoder_id() 3241 const AVOption *o = av_opt_find(ost->enc_ctx, "flags", NULL, 0, 0); in set_encoder_id()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2406 Add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find() function. 2498 Add av_opt_set_dict() and av_opt_find().
|