Home
last modified time | relevance | path

Searched refs:LADSPA_IS_PORT_OUTPUT (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/
Dladspa.h168 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT) macro
Dmodule-ladspa-sink.c802 if (LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p])) { in connect_control_ports()
841 if (LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p])) in validate_control_parameters()
905 if (LADSPA_IS_PORT_OUTPUT(d->PortDescriptors[p])) { in write_control_parameters()
1131 } else if (LADSPA_IS_PORT_OUTPUT(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.h169 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT) macro
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c396 } else if (LADSPA_IS_PORT_OUTPUT(pd)) { in count_ports()
564 } else if (LADSPA_IS_PORT_OUTPUT(pd)) { in init()
578 } else if (LADSPA_IS_PORT_OUTPUT(pd)) { in init()