Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2utils.c618 LilvNode *lv2def, *lv2min, *lv2max; in gst_lv2_class_get_param_spec() local
646 lilv_port_get_range (lv2plugin, port, &lv2def, &lv2min, &lv2max); in gst_lv2_class_get_param_spec()
652 if (lv2max) in gst_lv2_class_get_param_spec()
653 upper = lilv_node_as_float (lv2max); in gst_lv2_class_get_param_spec()
657 lilv_node_free (lv2max); in gst_lv2_class_get_param_spec()
669 if (lv2def && lv2max) { in gst_lv2_class_get_param_spec()