Searched refs:LADSPA_IS_PORT_OUTPUT (Results 1 – 2 of 2) sorted by relevance
177 if (LADSPA_IS_PORT_INPUT(port) && LADSPA_IS_PORT_OUTPUT(port)) { in sox_ladspa_getopts()188 } else if (LADSPA_IS_PORT_OUTPUT(port)) { in sox_ladspa_getopts()194 LADSPA_IS_PORT_OUTPUT(port) && in sox_ladspa_getopts()
169 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT) macro