av_find_opt       182 cmdutils.c             const AVOption *o2 = av_find_opt(avctx_opts[0], opt, NULL, opt_types[type], opt_types[type]);
av_find_opt      3745 ffserver.c         const AVOption *o = av_find_opt(avctx, opt, NULL, type, type);
av_find_opt        51 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
av_find_opt       112 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
av_find_opt       161 libavcodec/opt.c                 const AVOption *o_named= av_find_opt(obj, buf, o->unit, 0, 0);
av_find_opt       236 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
av_find_opt       268 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
av_find_opt       101 libavcodec/opt.h const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);