Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2.c125 GHashTable *port_groups = g_hash_table_new_full (g_str_hash, g_str_equal, in lv2_count_ports() local
142 if (g_hash_table_contains (port_groups, uri)) in lv2_count_ports()
145 g_hash_table_add (port_groups, g_strdup (uri)); in lv2_count_ports()
158 g_hash_table_unref (port_groups); in lv2_count_ports()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h79717 const struct attribute_group **port_groups; member