Home
last modified time | relevance | path

Searched refs:in_group (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c847 lv2_class->in_group.ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()
869 ? &lv2_class->in_group : &lv2_class->out_group; in gst_lv2_class_init()
897 g_array_append_val (lv2_class->in_group.ports, desc); in gst_lv2_class_init()
971 g_array_free (lv2_class->in_group.ports, TRUE); in gst_lv2_class_finalize()
972 lv2_class->in_group.ports = NULL; in gst_lv2_class_finalize()
Dgstlv2utils.h97 GstLV2Group in_group; /**< Array of GstLV2Group */ member
Dgstlv2filter.c250 in_channels = klass->lv2.in_group.ports->len; in gst_lv2_filter_type_class_add_pad_templates()
391 lv2_group = &lv2_class->in_group; in gst_lv2_filter_transform_data()