Home
last modified time | relevance | path

Searched refs:g_str_equal (Results 1 – 25 of 241) sorted by relevance

12345678910

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2h264codec.c37 if (g_str_equal (profile, "baseline")) { in v4l2_profile_from_string()
39 } else if (g_str_equal (profile, "constrained-baseline")) { in v4l2_profile_from_string()
41 } else if (g_str_equal (profile, "main")) { in v4l2_profile_from_string()
43 } else if (g_str_equal (profile, "extended")) { in v4l2_profile_from_string()
45 } else if (g_str_equal (profile, "high")) { in v4l2_profile_from_string()
47 } else if (g_str_equal (profile, "high-10")) { in v4l2_profile_from_string()
49 } else if (g_str_equal (profile, "high-4:2:2")) { in v4l2_profile_from_string()
51 } else if (g_str_equal (profile, "high-4:4:4")) { in v4l2_profile_from_string()
53 } else if (g_str_equal (profile, "high-10-intra")) { in v4l2_profile_from_string()
55 } else if (g_str_equal (profile, "high-4:2:2-intra")) { in v4l2_profile_from_string()
[all …]
Dgstv4l2h265codec.c38 if (g_str_equal (profile, "main")) { in v4l2_profile_from_string()
40 } else if (g_str_equal (profile, "main-still-picture")) { in v4l2_profile_from_string()
42 } else if (g_str_equal (profile, "main-10")) { in v4l2_profile_from_string()
73 if (g_str_equal (level, "1")) in v4l2_level_from_string()
75 else if (g_str_equal (level, "2")) in v4l2_level_from_string()
77 else if (g_str_equal (level, "2.1")) in v4l2_level_from_string()
79 else if (g_str_equal (level, "3")) in v4l2_level_from_string()
81 else if (g_str_equal (level, "3.1")) in v4l2_level_from_string()
83 else if (g_str_equal (level, "4")) in v4l2_level_from_string()
85 else if (g_str_equal (level, "4.1")) in v4l2_level_from_string()
[all …]
Dgstv4l2mpeg4codec.c33 if (g_str_equal (profile, "simple")) in v4l2_profile_from_string()
35 else if (g_str_equal (profile, "advanced-simple")) in v4l2_profile_from_string()
37 else if (g_str_equal (profile, "core")) in v4l2_profile_from_string()
39 else if (g_str_equal (profile, "simple-scalable")) in v4l2_profile_from_string()
41 else if (g_str_equal (profile, "advanced-coding-efficiency")) in v4l2_profile_from_string()
76 if (g_str_equal (level, "0")) in v4l2_level_from_string()
78 else if (g_str_equal (level, "0b")) in v4l2_level_from_string()
80 else if (g_str_equal (level, "1")) in v4l2_level_from_string()
82 else if (g_str_equal (level, "2")) in v4l2_level_from_string()
84 else if (g_str_equal (level, "3")) in v4l2_level_from_string()
[all …]
Dgstv4l2mpeg2codec.c31 if (g_str_equal (profile, "simple")) in v4l2_profile_from_string()
33 else if (g_str_equal (profile, "main")) in v4l2_profile_from_string()
35 else if (g_str_equal (profile, "snr")) in v4l2_profile_from_string()
37 else if (g_str_equal (profile, "spatial")) in v4l2_profile_from_string()
39 else if (g_str_equal (profile, "high")) in v4l2_profile_from_string()
41 else if (g_str_equal (profile, "multiview")) in v4l2_profile_from_string()
78 if (g_str_equal (level, "low")) in v4l2_level_from_string()
80 else if (g_str_equal (level, "main")) in v4l2_level_from_string()
82 else if (g_str_equal (level, "high-1440")) in v4l2_level_from_string()
84 else if (g_str_equal (level, "high")) in v4l2_level_from_string()
Dgstv4l2vp8codec.c37 if (g_str_equal (profile, "0")) in v4l2_profile_from_string()
39 else if (g_str_equal (profile, "1")) in v4l2_profile_from_string()
41 else if (g_str_equal (profile, "2")) in v4l2_profile_from_string()
43 else if (g_str_equal (profile, "3")) in v4l2_profile_from_string()
Dgstv4l2vp9codec.c38 if (g_str_equal (profile, "0")) in v4l2_profile_from_string()
40 else if (g_str_equal (profile, "1")) in v4l2_profile_from_string()
42 else if (g_str_equal (profile, "2")) in v4l2_profile_from_string()
44 else if (g_str_equal (profile, "3")) in v4l2_profile_from_string()
/third_party/glib/gio/
Dgio-tool.c287 if (g_str_equal (command, "help")) in main()
300 else if (g_str_equal (command, "--help")) in main()
305 else if (g_str_equal (command, "--version")) in main()
308 if (g_str_equal (command, "version")) in main()
310 else if (g_str_equal (command, "cat")) in main()
312 else if (g_str_equal (command, "copy")) in main()
314 else if (g_str_equal (command, "info")) in main()
316 else if (g_str_equal (command, "launch")) in main()
318 else if (g_str_equal (command, "list")) in main()
320 else if (g_str_equal (command, "mime")) in main()
[all …]
Dgapplication-tool.c93 if (g_str_equal (topics[i].command, command)) in app_help()
450 if (g_str_equal (argv[1], "help")) in main()
453 if (g_str_equal (argv[1], "version")) in main()
456 if (g_str_equal (argv[1], "list-apps")) in main()
459 if (g_str_equal (argv[1], "launch")) in main()
462 if (g_str_equal (argv[1], "action")) in main()
465 if (g_str_equal (argv[1], "list-actions")) in main()
Dgicon.c593 if (g_str_equal (tag, "file") && g_variant_is_of_type (val, G_VARIANT_TYPE_STRING)) in g_icon_deserialize()
601 else if (g_str_equal (tag, "themed") && g_variant_is_of_type (val, G_VARIANT_TYPE_STRING_ARRAY)) in g_icon_deserialize()
610 else if (g_str_equal (tag, "bytes") && g_variant_is_of_type (val, G_VARIANT_TYPE_BYTESTRING)) in g_icon_deserialize()
618 else if (g_str_equal (tag, "emblem") && g_variant_is_of_type (val, G_VARIANT_TYPE ("(va{sv})"))) in g_icon_deserialize()
626 …else if (g_str_equal (tag, "emblemed") && g_variant_is_of_type (val, G_VARIANT_TYPE ("(va(va{sv}))… in g_icon_deserialize()
630 else if (g_str_equal (tag, "gvfs")) in g_icon_deserialize()
Dgsettingsschema.c529 if (g_str_equal (attribute_names[i], "gettext-domain")) in start_element()
531 else if (g_str_equal (attribute_names[i], "id")) in start_element()
533 else if (g_str_equal (attribute_names[i], "name")) in start_element()
547 if (g_str_equal (element_name, "summary") || g_str_equal (element_name, "description")) in start_element()
631 if (g_str_equal (element_name, "summary")) in end_element()
633 else if (g_str_equal (element_name, "description")) in end_element()
645 schema_table = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); in end_element()
741 …text_tables[0] = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_hash_t… in g_settings_schema_source_get_text_tables()
742 …text_tables[1] = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, (GDestroyNotify) g_hash_t… in g_settings_schema_source_get_text_tables()
789 single = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in g_settings_schema_source_list_schemas()
[all …]
Dgactiongroupexporter.c381 if (g_str_equal (method_name, "List")) in org_gtk_Actions_method_call()
390 else if (g_str_equal (method_name, "Describe")) in org_gtk_Actions_method_call()
408 else if (g_str_equal (method_name, "DescribeAll")) in org_gtk_Actions_method_call()
428 else if (g_str_equal (method_name, "Activate")) in org_gtk_Actions_method_call()
451 else if (g_str_equal (method_name, "SetState")) in org_gtk_Actions_method_call()
571 exporter->pending_changes = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in g_dbus_connection_export_action_group()
Dgfdonotificationbackend.c109 if (g_str_equal (n->id, id)) in g_fdo_notification_backend_find_notification()
164 if (g_str_equal (signal_name, "NotificationClosed") && in notify_signal()
169 else if (g_str_equal (signal_name, "ActionInvoked") && in notify_signal()
183 if (g_str_equal (action, "default")) in notify_signal()
286 if (g_str_equal (detailed_name, "default")) in call_notify()
/third_party/glib/gio/tests/
Dapps.c38 else if (g_str_equal (argv[1], "list")) in main()
47 else if (g_str_equal (argv[1], "search")) in main()
62 else if (g_str_equal (argv[1], "implementations")) in main()
69 else if (g_str_equal (argv[1], "show-info")) in main()
83 else if (g_str_equal (argv[1], "default-for-type")) in main()
95 else if (g_str_equal (argv[1], "recommended-for-type")) in main()
102 else if (g_str_equal (argv[1], "all-for-type")) in main()
110 else if (g_str_equal (argv[1], "fallback-for-type")) in main()
118 else if (g_str_equal (argv[1], "should-show")) in main()
130 else if (g_str_equal (argv[1], "monitor")) in main()
Dgio-du.c91 if (g_str_equal (argv[i], "--")) in main()
94 if (g_str_equal (argv[i], "--help")) in main()
102 else if (g_str_equal (argv[i], "-x")) in main()
104 else if (g_str_equal (argv[i], "-h")) in main()
106 else if (g_str_equal (argv[i], "--apparent-size")) in main()
108 else if (g_str_equal (argv[i], "--any-error")) in main()
110 else if (g_str_equal (argv[i], "--async")) in main()
112 else if (g_str_equal (argv[i], "--progress")) in main()
Dgnotification-server.c97 notifications = g_hash_table_new_full (g_str_hash, g_str_equal, in g_notification_server_notification_added()
137 if (g_str_equal (method_name, "AddNotification")) in org_gtk_Notifications_method_call()
149 else if (g_str_equal (method_name, "RemoveNotification")) in org_gtk_Notifications_method_call()
264 server->applications = g_hash_table_new_full (g_str_hash, g_str_equal, in g_notification_server_init()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavrcputil.c51 if (g_str_equal (name, "Title")) in tag_from_property()
53 else if (g_str_equal (name, "Artist")) in tag_from_property()
55 else if (g_str_equal (name, "Album")) in tag_from_property()
57 else if (g_str_equal (name, "Genre")) in tag_from_property()
59 else if (g_str_equal (name, "NumberOfTracks")) in tag_from_property()
61 else if (g_str_equal (name, "TrackNumber")) in tag_from_property()
63 else if (g_str_equal (name, "Duration")) in tag_from_property()
88 if (!track && g_str_equal (name, "Track")) { in tag_list_from_variant()
213 if (g_str_equal (interface_name, BLUEZ_MEDIA_PLAYER_IFACE)) in manager_proxy_type_func()
271 if (player && g_str_equal (avrcp->dev_path, in manager_ready_cb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.c214 if (g_str_equal (q_type, "commands")) in gst_navigation_query_get_type()
216 else if (g_str_equal (q_type, "angles")) in gst_navigation_query_get_type()
495 if (g_str_equal (m_type, "mouse-over")) in gst_navigation_message_get_type()
497 else if (g_str_equal (m_type, "commands-changed")) in gst_navigation_message_get_type()
499 else if (g_str_equal (m_type, "angles-changed")) in gst_navigation_message_get_type()
501 else if (g_str_equal (m_type, "event")) in gst_navigation_message_get_type()
730 if (g_str_equal (e_type, "mouse-button-press")) in gst_navigation_event_get_type()
732 else if (g_str_equal (e_type, "mouse-button-release")) in gst_navigation_event_get_type()
734 else if (g_str_equal (e_type, "mouse-move")) in gst_navigation_event_get_type()
736 else if (g_str_equal (e_type, "mouse-scroll")) in gst_navigation_event_get_type()
[all …]
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c195 if (g_str_equal (path, "/org/gnome/libsoup/ExtensionType")) { in insert_value()
626 if (g_str_equal (node->name, "array")) { in parse_array()
628 if (!g_str_equal (node->name, "data")) { in parse_array()
633 } else if (g_str_equal (node->name, "params")) { in parse_array()
662 if (!g_str_equal (member->name, "param")) { in parse_array()
758 if (!g_str_equal (key_signature, "s")) { in parse_dictionary()
976 if (g_str_equal ((const char *)node->name, "value")) { in parse_value()
985 } else if (g_str_equal ((const char *)node->name, "params")) { in parse_value()
992 if (g_str_equal (typename, "boolean")) { in parse_value()
999 } else if (g_str_equal (typename, "int") || g_str_equal (typename, "i4")) { in parse_value()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstrgb2bayer.c178 if (g_str_equal (name, "video/x-bayer")) { in gst_rgb2bayer_get_unit_size()
215 if (g_str_equal (format, "bggr")) { in gst_rgb2bayer_set_caps()
217 } else if (g_str_equal (format, "gbrg")) { in gst_rgb2bayer_set_caps()
219 } else if (g_str_equal (format, "grbg")) { in gst_rgb2bayer_set_caps()
221 } else if (g_str_equal (format, "rggb")) { in gst_rgb2bayer_set_caps()
/third_party/glib/glib/tests/
Dhash.c553 g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); in set_hash_test()
696 h = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, value_destroy); in test_hash_ref()
793 h = g_hash_table_new_full (g_str_hash, g_str_equal, key_destroy, value_destroy); in test_remove_all()
851 h = g_hash_table_new_full (g_str_hash, g_str_equal, key_destroy, recursive_value_destroy); in test_recursive_remove_all_subprocess()
1019 h = g_hash_table_new_full (g_str_hash, g_str_equal, fake_free, value_destroy_insert); in test_destroy_modify()
1074 return g_str_equal (key, data); in find_str()
1083 hash = g_hash_table_new (g_str_hash, g_str_equal); in test_find()
1130 hash = g_hash_table_new (g_str_hash, g_str_equal); in test_foreach()
1171 hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); in test_foreach_steal()
1172 hash2 = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); in test_foreach_steal()
[all …]
Dstring.c390 g_assert (g_str_equal ("test and expand", string->str)); in test_string_overwrite()
395 g_assert (g_str_equal ("test NOT-expand", string->str)); in test_string_overwrite()
400 g_assert (g_str_equal ("test NOT-blabla", string->str)); in test_string_overwrite()
403 g_assert (g_str_equal ("test NOT-blabla", string->str)); in test_string_overwrite()
405 g_assert (g_str_equal ("testBLABLblabla", string->str)); in test_string_overwrite()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-clientaudiolevel.c123 if (g_str_equal (attributes, "vad=on") || g_str_equal (attributes, "")) { in gst_rtp_header_extension_client_audio_level_set_attributes()
125 } else if (g_str_equal (attributes, "vad=off")) { in gst_rtp_header_extension_client_audio_level_set_attributes()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c394 if (f1->sequence == f2->sequence && !g_str_equal (f1->uri, f2->uri)) { in check_media_seqnums()
436 if (g_str_equal (f1->uri, f2->uri)) { in generate_media_seqnums()
459 if (!g_str_equal (f1->uri, f2->uri)) { in generate_media_seqnums()
504 if (self->last_data && g_str_equal (self->last_data, data)) { in gst_m3u8_update()
664 if (g_str_equal (a, "URI")) { in gst_m3u8_update()
667 } else if (g_str_equal (a, "IV")) { in gst_m3u8_update()
697 } else if (g_str_equal (a, "METHOD")) { in gst_m3u8_update()
698 if (!g_str_equal (v, "AES-128")) { in gst_m3u8_update()
1613 if (g_str_equal (a, "BANDWIDTH")) { in gst_hls_master_playlist_new_from_data()
1618 } else if (g_str_equal (a, "AVERAGE-BANDWIDTH")) { in gst_hls_master_playlist_new_from_data()
[all …]
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394probe.c91 if (!g_str_equal (pspec->name, "guid"))
108 if (!g_str_equal (pspec->name, "guid")) {
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudiocdsrc.c249 g_assert (g_str_equal (audiocdsrc->mb_discid, in gst_cd_foo_src_close()
469 fail_unless (g_str_equal (device, "/dev/cdrom")); in GST_START_TEST()
475 fail_unless (g_str_equal (device, "/dev/cdrom1")); in GST_START_TEST()
481 fail_unless (g_str_equal (device, "/dev/cdrom1")); in GST_START_TEST()
487 fail_unless (g_str_equal (device, "/dev/cdrom1")); in GST_START_TEST()

12345678910