Searched refs:av_opt_find2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c373 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
453 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
509 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
539 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
561 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
579 const AVOption *o = av_opt_find2(obj, name, NULL, 0,
625 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
682 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
754 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
850 const AVOption *o = av_opt_find2(ob
1453 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit, function
[all...]
H A Dopt.h682 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
729 * @param search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN
775 * @param[in] search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.c230 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
271 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
364 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
411 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
750 return av_opt_find2(obj, name, unit, opt_flags, search_flags, NULL);
753 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit, function
763 if (o = av_opt_find2(&child, name, unit, opt_flags, search_flags, NULL))
768 if (o = av_opt_find2(child, name, unit, opt_flags, search_flags, target_obj))
H A Dopt.h503 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
550 * @param search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN
574 * @param[in] search_flags flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN

Completed in 86 milliseconds