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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_aresample.c82 int out_rate = av_get_int(aresample->swr, "osr", NULL);
83 uint64_t out_layout = av_get_int(aresample->swr, "ocl", NULL);
84 enum AVSampleFormat out_format = av_get_int(aresample->swr, "osf", NULL);
152 out_rate = av_get_int(aresample->swr, "osr", NULL);
153 out_layout = av_get_int(aresample->swr, "ocl", NULL);
154 out_format = av_get_int(aresample->swr, "osf", NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h149 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h345 attribute_deprecated int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
H A Dopt.c452 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h435 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
H A Dopt.c795 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1408 sws_flags = av_get_int(sws_opts, "sws_flags", NULL);
H A Dffmpeg.c671 ost->sws_flags = av_get_int(sws_opts, "sws_flags", NULL);

Completed in 120 milliseconds