Home
last modified time | relevance | path

Searched refs:GstLV2Port (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c422 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()
[all …]
Dgstlv2filter.c234 positions[i] = g_array_index (group->ports, GstLV2Port, i).position;
383 GstLV2Port *lv2_port; in gst_lv2_filter_transform_data()
407 lv2_port = &g_array_index (lv2_group->ports, GstLV2Port, j); in gst_lv2_filter_transform_data()
419 lv2_port = &g_array_index (lv2_group->ports, GstLV2Port, j); in gst_lv2_filter_transform_data()
427 lv2_port = &g_array_index (lv2_class->control_in_ports, GstLV2Port, j); in gst_lv2_filter_transform_data()
Dgstlv2source.c369 GstLV2Port *lv2_port; in gst_lv2_source_fill()
478 lv2_port = &g_array_index (lv2_group->ports, GstLV2Port, j); in gst_lv2_source_fill()
484 lv2_port = &g_array_index (lv2_group->ports, GstLV2Port, 0); in gst_lv2_source_fill()
493 lv2_port = &g_array_index (lv2_class->control_in_ports, GstLV2Port, j); in gst_lv2_source_fill()
Dgstlv2utils.h35 typedef struct _GstLV2Port GstLV2Port; typedef