Searched refs:hintdesc (Results 1 – 1 of 1) sorted by relevance
348 gint hintdesc, perms; in gst_ladspa_object_class_get_param_spec() local361 hintdesc = desc->PortRangeHints[portnum].HintDescriptor; in gst_ladspa_object_class_get_param_spec()363 if (LADSPA_IS_HINT_TOGGLED (hintdesc)) { in gst_ladspa_object_class_get_param_spec()371 if (LADSPA_IS_HINT_BOUNDED_BELOW (hintdesc)) in gst_ladspa_object_class_get_param_spec()376 if (LADSPA_IS_HINT_BOUNDED_ABOVE (hintdesc)) in gst_ladspa_object_class_get_param_spec()381 if (LADSPA_IS_HINT_SAMPLE_RATE (hintdesc)) { in gst_ladspa_object_class_get_param_spec()383 if (LADSPA_IS_HINT_BOUNDED_BELOW (hintdesc)) in gst_ladspa_object_class_get_param_spec()385 if (LADSPA_IS_HINT_BOUNDED_ABOVE (hintdesc)) in gst_ladspa_object_class_get_param_spec()389 if (LADSPA_IS_HINT_INTEGER (hintdesc)) { in gst_ladspa_object_class_get_param_spec()398 if (LADSPA_IS_HINT_HAS_DEFAULT (hintdesc)) { in gst_ladspa_object_class_get_param_spec()[all …]