Home
last modified time | relevance | path

Searched refs:LADSPA_IS_PORT_AUDIO (Results 1 – 5 of 5) 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/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c186 if (LADSPA_IS_PORT_AUDIO (p)) { in ladspa_count_ports()
Dgstladspautils.c799 if (LADSPA_IS_PORT_AUDIO (p)) { in gst_ladspa_class_init()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c339 if (LADSPA_IS_PORT_AUDIO(pd)) { in count_ports()
500 if (LADSPA_IS_PORT_AUDIO(pd)) { in init()