Searched refs:LADSPA_IS_PORT_AUDIO (Results 1 – 6 of 6) sorted by relevance
170 #define LADSPA_IS_PORT_AUDIO(x) ((x) & LADSPA_PORT_AUDIO) macro
1126 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()
171 #define LADSPA_IS_PORT_AUDIO(x) ((x) & LADSPA_PORT_AUDIO) macro
187 if (LADSPA_IS_PORT_AUDIO (p)) { in ladspa_count_ports()
803 if (LADSPA_IS_PORT_AUDIO (p)) { in gst_ladspa_class_init()
393 if (LADSPA_IS_PORT_AUDIO(pd)) { in count_ports()560 if (LADSPA_IS_PORT_AUDIO(pd)) { in init()