Searched refs:usage_types (Results 1 – 2 of 2) sorted by relevance
1302 const char *usage_types, in parse_fs_type() argument1378 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() local1878 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 …]
52 static const GEnumValue usage_types[] = { in gst_openh264enc_usage_type_get_type() local58 usage_type = g_enum_register_static ("EUsageType", usage_types); in gst_openh264enc_usage_type_get_type()