Searched refs:OptionGroupDef (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h255 typedef struct OptionGroupDef { struct
268 } OptionGroupDef; typedef in typeref:struct:OptionGroupDef
271 const OptionGroupDef *group_def;
289 const OptionGroupDef *group_def;
320 * A group (defined by an OptionGroupDef struct) is a sequence of options
332 const OptionGroupDef *groups, int nb_groups);
H A Dcmdutils.c597 static int match_group_separator(const OptionGroupDef *groups, int nb_groups,
603 const OptionGroupDef *p = &groups[i];
665 const OptionGroupDef *groups, int nb_groups)
667 static const OptionGroupDef global_group = { "global" };
715 const OptionGroupDef *groups, int nb_groups)
H A Dffmpeg_opt.c2624 static const OptionGroupDef groups[] = {

Completed in 53 milliseconds