Home
last modified time | relevance | path

Searched refs:LADSPA_IS_PORT_INPUT (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dladspa.h168 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT) macro
/third_party/pulseaudio/src/modules/
H A Dladspa.h167 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT) macro
H A Dmodule-ladspa-sink.c1130 if (LADSPA_IS_PORT_INPUT(d->PortDescriptors[p])) { in pa__init()
1139 } else if (LADSPA_IS_PORT_CONTROL(d->PortDescriptors[p]) && LADSPA_IS_PORT_INPUT(d->PortDescriptors[p])) { in pa__init()
1174 if (LADSPA_IS_PORT_AUDIO(d->PortDescriptors[p]) && LADSPA_IS_PORT_INPUT(d->PortDescriptors[p])) { in pa__init()
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c432 if (LADSPA_IS_PORT_INPUT(pd)) { in count_ports()
599 if (LADSPA_IS_PORT_INPUT(pd)) { in init()
607 if (LADSPA_IS_PORT_INPUT(pd)) { in init()

Completed in 5 milliseconds