Searched refs:LADSPA_PORT_INPUT (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | ladspa.h | 154 /* Property LADSPA_PORT_INPUT indicates that the port is an input. */ 155 #define LADSPA_PORT_INPUT 0x1 macro 168 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT)
|
H A D | pcm_ladspa.c | 423 SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", idx, plugin->desc->Name); in snd_pcm_ladspa_connect_plugin1() 431 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name); in snd_pcm_ladspa_connect_plugin1() 436 SNDERR("unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name); in snd_pcm_ladspa_connect_plugin1() 472 SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", (unsigned int)0, plugin->desc->Name); in snd_pcm_ladspa_connect_plugin_duplicate1() 478 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name); in snd_pcm_ladspa_connect_plugin_duplicate1() 483 SNDERR("unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name); in snd_pcm_ladspa_connect_plugin_duplicate1() 599 SNDERR("%s port for plugin %s depth %u is not connected", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name, depth); in snd_pcm_ladspa_check_connect() 626 in_ports = snd_pcm_ladspa_count_ports(plugin, LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO); in snd_pcm_ladspa_allocate_instances() 980 snd_output_printf(out, " Audio %s port bindings:\n", io->pdesc == LADSPA_PORT_INPUT ? "input" : "output"); in snd_pcm_ladspa_dump_direction() 990 snd_output_printf(out, " Control %s port initial values:\n", io->pdesc == LADSPA_PORT_INPUT in snd_pcm_ladspa_dump_direction() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | ladspa.h | 153 /* Property LADSPA_PORT_INPUT indicates that the port is an input. */ 154 #define LADSPA_PORT_INPUT 0x1 macro 167 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT)
|
Completed in 4 milliseconds