Home
last modified time | relevance | path

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

/third_party/e2fsprogs/misc/
Dmke2fs.c1302 const char *usage_types, in parse_fs_type() argument
1378 if (!usage_types) in parse_fs_type()
1379 usage_types = size_type; in parse_fs_type()
1381 parse_str = malloc(strlen(usage_types)+1); in parse_fs_type()
1387 strcpy(parse_str, usage_types); in parse_fs_type()
1558 char * usage_types = 0; in PRS() local
1878 if (usage_types) { in PRS()
1883 usage_types = strdup(optarg); in PRS()
2048 if (!usage_types) in PRS()
2050 "usage_types", 0, &usage_types); in PRS()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp52 static const GEnumValue usage_types[] = { in gst_openh264enc_usage_type_get_type() local
58 usage_type = g_enum_register_static ("EUsageType", usage_types); in gst_openh264enc_usage_type_get_type()