Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-tool.c66 enum global_opts { enum
/third_party/ffmpeg/fftools/
Dcmdutils.c634 OptionGroup *g = global ? &octx->global_opts : &octx->cur_group; in add_opt()
658 octx->global_opts.group_def = &global_group; in init_parse_context()
659 octx->global_opts.arg = ""; in init_parse_context()
682 av_freep(&octx->global_opts.opts); in uninit_parse_context()
Dcmdutils.h267 OptionGroup global_opts; member
Dffmpeg_opt.c3573 ret = parse_optgroup(NULL, &octx.global_opts); in ffmpeg_parse_options()