Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dladspa.h170 #define LADSPA_IS_PORT_AUDIO(x) ((x) & LADSPA_PORT_AUDIO) macro
Dmodule-ladspa-sink.c1126 if (LADSPA_IS_PORT_AUDIO(d->PortDescriptors[p])) { in pa__init()
1171 … if (LADSPA_IS_PORT_AUDIO(d->PortDescriptors[p]) && LADSPA_IS_PORT_INPUT(d->PortDescriptors[p])) { in pa__init()
1198 … if (LADSPA_IS_PORT_AUDIO(d->PortDescriptors[p]) && LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p])) { in pa__init()
/third_party/alsa-lib/src/pcm/
Dladspa.h171 #define LADSPA_IS_PORT_AUDIO(x) ((x) & LADSPA_PORT_AUDIO) macro
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c187 if (LADSPA_IS_PORT_AUDIO (p)) { in ladspa_count_ports()
Dgstladspautils.c803 if (LADSPA_IS_PORT_AUDIO (p)) { in gst_ladspa_class_init()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c393 if (LADSPA_IS_PORT_AUDIO(pd)) { in count_ports()
560 if (LADSPA_IS_PORT_AUDIO(pd)) { in init()