Home
last modified time | relevance | path

Searched refs:G_OPTION_ARG_STRING_ARRAY (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/
Dv4l2src-renegotiate.c49 {"resolution", 'r', 0, G_OPTION_ARG_STRING_ARRAY, &resolutions,
/third_party/glib/glib/
Dgoption.h126 G_OPTION_ARG_STRING_ARRAY, enumerator
Dgoption.c1307 case G_OPTION_ARG_STRING_ARRAY: in parse_arg()
1323 change = get_change (context, G_OPTION_ARG_STRING_ARRAY, in parse_arg()
1390 change = get_change (context, G_OPTION_ARG_STRING_ARRAY, in parse_arg()
1724 group->entries[j].arg == G_OPTION_ARG_STRING_ARRAY || in parse_remaining_arg()
1764 case G_OPTION_ARG_STRING_ARRAY: in free_changes_list()
/third_party/glib/glib/tests/
Doption-context.c1364 { { "test", 0, 0, G_OPTION_ARG_STRING_ARRAY, &array_test1_array, NULL, NULL }, in array_test1()
1396 { { "test1", 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, NULL, NULL }, in add_test1()
1399 { { "test2", 0, 0, G_OPTION_ARG_STRING_ARRAY, NULL, NULL, NULL }, in add_test1()
1676 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &array_test1_array, NULL, NULL }, in rest_test3()
1717 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &array_test1_array, NULL, NULL }, in rest_test4()
2105 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &sarr, "Rest goes here", "REST" }, in test_help()
2154 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &sarr, "Rest goes here", "REST" }, in test_help_no_options()
2184 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &sarr, "Rest goes here", "REST" }, in test_help_no_help_options()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/fxtest/
Dpixbufdrop.c194 {"source-bin", 's', 0, G_OPTION_ARG_STRING_ARRAY, &source_desc_array, in main()
Dfxtest.c216 {"source-bin", 's', 0, G_OPTION_ARG_STRING_ARRAY, &source_desc_array, in main()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c264 {G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &args, NULL}, in main()
/third_party/glib/gio/
Dgapplication.c395 case G_OPTION_ARG_STRING_ARRAY: in free_option_entry()
446 case G_OPTION_ARG_STRING_ARRAY: in g_application_pack_option_entries()
627 case G_OPTION_ARG_STRING_ARRAY: in add_packed_option()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-ptp-helper.c75 {"interface", 'i', 0, G_OPTION_ARG_STRING_ARRAY, &ifaces,
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c1000 {"exclude", 'X', 0, G_OPTION_ARG_STRING_ARRAY, &exclude_args, in main()