Searched refs:G_OPTION_ARG_STRING_ARRAY (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | v4l2src-renegotiate.c | 49 {"resolution", 'r', 0, G_OPTION_ARG_STRING_ARRAY, &resolutions,
|
/third_party/glib/glib/ |
D | goption.h | 126 G_OPTION_ARG_STRING_ARRAY, enumerator
|
D | goption.c | 1307 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/ |
D | option-context.c | 1364 { { "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/ |
D | pixbufdrop.c | 194 {"source-bin", 's', 0, G_OPTION_ARG_STRING_ARRAY, &source_desc_array, in main()
|
D | fxtest.c | 216 {"source-bin", 's', 0, G_OPTION_ARG_STRING_ARRAY, &source_desc_array, in main()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-device-monitor.c | 264 {G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &args, NULL}, in main()
|
/third_party/glib/gio/ |
D | gapplication.c | 395 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/ |
D | gst-ptp-helper.c | 75 {"interface", 'i', 0, G_OPTION_ARG_STRING_ARRAY, &ifaces,
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 1000 {"exclude", 'X', 0, G_OPTION_ARG_STRING_ARRAY, &exclude_args, in main()
|