Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_ladspa.c97 if (LADSPA_IS_HINT_TOGGLED(h->HintDescriptor)) { in print_ctl_info()
100 if (LADSPA_IS_HINT_HAS_DEFAULT(h->HintDescriptor)) in print_ctl_info()
103 if (LADSPA_IS_HINT_INTEGER(h->HintDescriptor)) { in print_ctl_info()
106 if (LADSPA_IS_HINT_BOUNDED_BELOW(h->HintDescriptor)) in print_ctl_info()
109 if (LADSPA_IS_HINT_BOUNDED_ABOVE(h->HintDescriptor)) in print_ctl_info()
114 else if (LADSPA_IS_HINT_HAS_DEFAULT(h->HintDescriptor)) in print_ctl_info()
119 if (LADSPA_IS_HINT_BOUNDED_BELOW(h->HintDescriptor)) in print_ctl_info()
122 if (LADSPA_IS_HINT_BOUNDED_ABOVE(h->HintDescriptor)) in print_ctl_info()
127 else if (LADSPA_IS_HINT_HAS_DEFAULT(h->HintDescriptor)) in print_ctl_info()
131 if (LADSPA_IS_HINT_SAMPLE_RATE(h->HintDescriptor)) in print_ctl_info()
[all …]
/third_party/pulseaudio/src/modules/
Dladspa.h339 LADSPA_PortRangeHintDescriptor HintDescriptor; member
Dmodule-ladspa-sink.c836 LADSPA_PortRangeHintDescriptor hint = d->PortRangeHints[p].HintDescriptor; in validate_control_parameters()
900 LADSPA_PortRangeHintDescriptor hint = d->PortRangeHints[p].HintDescriptor; in write_control_parameters()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspautils.c361 hintdesc = desc->PortRangeHints[portnum].HintDescriptor; in gst_ladspa_object_class_get_param_spec()