Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.c177 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()
H A Dladspa.h169 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT) macro