av_opt_find       535 fftools/cmdutils.c     const AVOption *o = av_opt_find(obj, name, unit, opt_flags, search_flags);
av_opt_find      2144 fftools/cmdutils.c         if (av_opt_find(&cc, t->key, NULL, flags, AV_OPT_SEARCH_FAKE_OBJ) ||
av_opt_find      2147 fftools/cmdutils.c              av_opt_find(&codec->priv_class, t->key, NULL, flags,
av_opt_find      2151 fftools/cmdutils.c                  av_opt_find(&cc, t->key + 1, NULL, flags,
av_opt_find      3151 fftools/ffmpeg.c         const AVOption *o = av_opt_find(of->ctx, "fflags", NULL, 0, 0);
av_opt_find      3158 fftools/ffmpeg.c         const AVOption *o = av_opt_find(ost->enc_ctx, "flags", NULL, 0, 0);
av_opt_find       778 fftools/ffmpeg_opt.c         const AVOption *discard_opt = av_opt_find(&cc, "skip_frame", NULL, 0, 0);
av_opt_find      1112 fftools/ffmpeg_opt.c             av_opt_find(&file_iformat->priv_class, "channels", NULL, 0,
av_opt_find      1121 fftools/ffmpeg_opt.c             av_opt_find(&file_iformat->priv_class, "framerate", NULL, 0,
av_opt_find      1287 fftools/ffmpeg_opt.c         const AVOption *option = av_opt_find(&class, e->key, NULL, 0,
av_opt_find      1290 fftools/ffmpeg_opt.c         const AVOption *foption = av_opt_find(&fclass, e->key, NULL, 0,
av_opt_find      2176 fftools/ffmpeg_opt.c         const AVOption *o = av_opt_find(oc, "fflags", NULL, 0, 0);
av_opt_find      2438 fftools/ffmpeg_opt.c         const AVOption *option = av_opt_find(&class, e->key, NULL, 0,
av_opt_find      2441 fftools/ffmpeg_opt.c         const AVOption *foption = av_opt_find(&fclass, e->key, NULL, 0,
av_opt_find        58 libavfilter/af_resample.c         if (av_opt_find(&avr_class, e->key, NULL, 0,
av_opt_find       836 libavfilter/avfilter.c         if (av_opt_find(ctx, key, NULL, 0, 0)) {
av_opt_find       846 libavfilter/avfilter.c             if (!av_opt_find(ctx->priv, key, NULL, 0, AV_OPT_SEARCH_CHILDREN | AV_OPT_SEARCH_FAKE_OBJ)) {
av_opt_find       319 libavfilter/vf_scale.c         const AVOption    *o = av_opt_find(&class, "sws_flags", NULL, 0,
av_opt_find       264 libavutil/opt.c             const AVOption *o_named = av_opt_find(target_obj, i ? buf : val, o->unit, 0, search_flags);
av_opt_find      1050 libavutil/opt.c     const AVOption *field = av_opt_find(obj, field_name, NULL, 0, 0);
av_opt_find      1051 libavutil/opt.c     const AVOption *flag  = av_opt_find(obj, flag_name,
av_opt_find      1851 libavutil/opt.c     const AVOption *field = av_opt_find(obj, key, NULL, 0, flags);
av_opt_find       603 libavutil/opt.h const AVOption *av_opt_find(void *obj, const char *name, const char *unit,