Searched refs:av_get_int (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h149 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dopt.h149 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
H A Dopt.c176 if (cmd=='+') d= av_get_int(obj, name, NULL) | (int64_t)d;
177 else if(cmd=='-') d= av_get_int(obj, name, NULL) &~(int64_t)d;
313 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out){ function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c1835 sws_flags = av_get_int(sws_opts, "sws_flags", NULL);
2322 if (av_get_int(avctx_opts[codec_type], "b", NULL) < 1000)
H A Dffplay.c1283 sws_flags = av_get_int(sws_opts, "sws_flags", NULL);

Completed in 43 milliseconds