Lines Matching defs:av_opt_find2

491     const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
612 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
642 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
672 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
694 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
712 const AVOption *o = av_opt_find2(obj, name, NULL, 0,
752 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
772 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
791 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
840 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
962 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
1024 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
1059 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
1088 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
1107 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
1124 const AVOption *o = av_opt_find2(obj, name, NULL, 0, search_flags, &target_obj);
1774 return av_opt_find2(obj, name, unit, opt_flags, search_flags, NULL);
1777 const AVOption *av_opt_find2(void *obj, const char *name, const char *unit,
1796 if (o = av_opt_find2(&child, name, unit, opt_flags, search_flags, NULL))
1801 if (o = av_opt_find2(child, name, unit, opt_flags, search_flags, target_obj))
1839 const AVOption *opt= av_opt_find2(&class, name, NULL, 0, AV_OPT_SEARCH_FAKE_OBJ, NULL);
2187 o = av_opt_find2(obj, name, NULL, 0, search_flags, &target);