Searched refs:oarg (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 351 struct sbg_string ostr, oarg; in parse_options() local 376 FORWARD_ERROR(parse_optarg(p, opt, &oarg)); in parse_options() 377 v = strtod(oarg.s, &tptr); in parse_options() 378 if (oarg.e != tptr) { in parse_options() 386 FORWARD_ERROR(parse_optarg(p, opt, &oarg)); in parse_options() 387 r = str_to_time(oarg.s, &p->scs.opt_duration); in parse_options() 388 if (oarg.e != oarg.s + r) { in parse_options() 395 FORWARD_ERROR(parse_optarg(p, opt, &oarg)); in parse_options() 396 r = str_to_time(oarg in parse_options() [all...] |
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 440 struct fuse_open_out *oarg = (struct fuse_open_out *) (buf + entrysize); local 444 fill_open(oarg, f);
|
Completed in 7 milliseconds