Home
last modified time | relevance | path

Searched refs:opt_find (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dcmdutils.c531 static const AVOption *opt_find(void *obj, const char *name, const char *unit, in opt_find() function
565 if ((o = opt_find(&cc, opt_stripped, NULL, 0, in opt_default()
568 (o = opt_find(&cc, opt + 1, NULL, 0, AV_OPT_SEARCH_FAKE_OBJ)))) { in opt_default()
572 if ((o = opt_find(&fc, opt, NULL, 0, in opt_default()
580 if (!consumed && (o = opt_find(&sc, opt, NULL, 0, in opt_default()
607 if (!consumed && (o=opt_find(&swr_class, opt, NULL, 0, in opt_default()
621 if ((o=opt_find(&rc, opt, NULL, 0, in opt_default()