Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c188 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
193 if (LADSPA_IS_PORT_INPUT (p)) in ladspa_count_ports()
Dgstladspautils.c355 if (LADSPA_IS_PORT_INPUT (desc->PortDescriptors[portnum])) in gst_ladspa_object_class_get_param_spec()
804 if (LADSPA_IS_PORT_INPUT (p)) in gst_ladspa_class_init()
809 if (LADSPA_IS_PORT_INPUT (p)) in gst_ladspa_class_init()
/third_party/pulseaudio/src/modules/
Dladspa.h167 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT) macro
Dmodule-ladspa-sink.c1127 if (LADSPA_IS_PORT_INPUT(d->PortDescriptors[p])) { in pa__init()
1136 …} else if (LADSPA_IS_PORT_CONTROL(d->PortDescriptors[p]) && LADSPA_IS_PORT_INPUT(d->PortDescriptor… in pa__init()
1171 … if (LADSPA_IS_PORT_AUDIO(d->PortDescriptors[p]) && LADSPA_IS_PORT_INPUT(d->PortDescriptors[p])) { in pa__init()
/third_party/alsa-lib/src/pcm/
Dladspa.h168 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT) macro
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c394 if (LADSPA_IS_PORT_INPUT(pd)) { in count_ports()
561 if (LADSPA_IS_PORT_INPUT(pd)) { in init()
569 if (LADSPA_IS_PORT_INPUT(pd)) { in init()