Lines Matching refs:GstLV2Port
422 GstLV2Port *port; in gst_lv2_setup()
436 port = &g_array_index (ports, GstLV2Port, i); in gst_lv2_setup()
444 port = &g_array_index (ports, GstLV2Port, i); in gst_lv2_setup()
766 g_array_index (lv2_class->control_in_ports, GstLV2Port, i).index); in gst_lv2_class_install_properties()
773 g_array_index (lv2_class->control_out_ports, GstLV2Port, i).index); in gst_lv2_class_install_properties()
847 lv2_class->in_group.ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()
848 lv2_class->out_group.ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()
849 lv2_class->control_in_ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()
850 lv2_class->control_out_ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()
859 GstLV2Port desc = { j, GST_LV2_PORT_AUDIO, -1, }; in gst_lv2_class_init()
874 group->ports = g_array_new (FALSE, TRUE, sizeof (GstLV2Port)); in gst_lv2_class_init()