Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_ladspa.c117 if (LADSPA_IS_HINT_TOGGLED(h->HintDescriptor)) { in print_ctl_info()
120 if (LADSPA_IS_HINT_HAS_DEFAULT(h->HintDescriptor)) in print_ctl_info()
123 if (LADSPA_IS_HINT_INTEGER(h->HintDescriptor)) { in print_ctl_info()
126 if (LADSPA_IS_HINT_BOUNDED_BELOW(h->HintDescriptor)) in print_ctl_info()
129 if (LADSPA_IS_HINT_BOUNDED_ABOVE(h->HintDescriptor)) in print_ctl_info()
134 else if (LADSPA_IS_HINT_HAS_DEFAULT(h->HintDescriptor)) in print_ctl_info()
139 if (LADSPA_IS_HINT_BOUNDED_BELOW(h->HintDescriptor)) in print_ctl_info()
142 if (LADSPA_IS_HINT_BOUNDED_ABOVE(h->HintDescriptor)) in print_ctl_info()
147 else if (LADSPA_IS_HINT_HAS_DEFAULT(h->HintDescriptor)) in print_ctl_info()
151 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/alsa-lib/src/pcm/
Dladspa.h340 LADSPA_PortRangeHintDescriptor HintDescriptor; member
Dpcm_ladspa.c510 hdesc = desc->PortRangeHints[port].HintDescriptor; in snd_pcm_ladspa_get_default_cvalue()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspautils.c361 hintdesc = desc->PortRangeHints[portnum].HintDescriptor; in gst_ladspa_object_class_get_param_spec()