AVOption          178 cmdutils.c         const AVOption *o= NULL;
AVOption          182 cmdutils.c             const AVOption *o2 = av_find_opt(avctx_opts[0], opt, NULL, opt_types[type], opt_types[type]);
AVOption          221 cmdutils.c             const AVOption *opt;
AVOption         3745 ffserver.c         const AVOption *o = av_find_opt(avctx, opt, NULL, type, type);
AVOption           33 libavcodec/opt.c const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags){
AVOption           35 libavcodec/opt.c     const AVOption *o= c->option;
AVOption           44 libavcodec/opt.c const AVOption *av_next_option(void *obj, const AVOption *last){
AVOption           51 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
AVOption           81 libavcodec/opt.c static const AVOption *av_set_number(void *obj, const char *name, double num, int den, int64_t intnum){
AVOption           82 libavcodec/opt.c     const AVOption *o = NULL;
AVOption          112 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
AVOption          161 libavcodec/opt.c                 const AVOption *o_named= av_find_opt(obj, buf, o->unit, 0, 0);
AVOption          203 libavcodec/opt.c const AVOption *av_set_string2(void *obj, const char *name, const char *val, int alloc){
AVOption          204 libavcodec/opt.c     const AVOption *o;
AVOption          210 libavcodec/opt.c const AVOption *av_set_string(void *obj, const char *name, const char *val){
AVOption          211 libavcodec/opt.c     const AVOption *o;
AVOption          218 libavcodec/opt.c const AVOption *av_set_double(void *obj, const char *name, double n){
AVOption          222 libavcodec/opt.c const AVOption *av_set_q(void *obj, const char *name, AVRational n){
AVOption          226 libavcodec/opt.c const AVOption *av_set_int(void *obj, const char *name, int64_t n){
AVOption          236 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
AVOption          268 libavcodec/opt.c     const AVOption *o= av_find_opt(obj, name, NULL, 0, 0);
AVOption          324 libavcodec/opt.c     const AVOption *opt=NULL;
AVOption          410 libavcodec/opt.c     const AVOption *opt = NULL;
AVOption          101 libavcodec/opt.h const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
AVOption          107 libavcodec/opt.h attribute_deprecated const AVOption *av_set_string(void *obj, const char *name, const char *val);
AVOption          115 libavcodec/opt.h attribute_deprecated const AVOption *av_set_string2(void *obj, const char *name, const char *val, int alloc);
AVOption          144 libavcodec/opt.h const AVOption *av_set_double(void *obj, const char *name, double n);
AVOption          145 libavcodec/opt.h const AVOption *av_set_q(void *obj, const char *name, AVRational n);
AVOption          146 libavcodec/opt.h const AVOption *av_set_int(void *obj, const char *name, int64_t n);
AVOption          151 libavcodec/opt.h const AVOption *av_next_option(void *obj, const AVOption *last);
AVOption           51 libavcodec/options.c static const AVOption options[]={
AVOption           38 libavcodec/resample.c static const AVOption options[] = {{NULL}};
AVOption           36 libavformat/avio.c static const AVOption options[] = {{NULL}};
AVOption           42 libavformat/options.c static const AVOption options[]={
AVOption           51 libavutil/log.h     const struct AVOption *option;
AVOption           34 libswscale/swscale_avoption.c static const AVOption options[] = {