Searched refs:LADSPA_PORT_INPUT (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | ladspa.h | 154 #define LADSPA_PORT_INPUT 0x1 macro 167 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT)
|
/third_party/alsa-lib/src/pcm/ |
D | ladspa.h | 155 #define LADSPA_PORT_INPUT 0x1 macro 168 #define LADSPA_IS_PORT_INPUT(x) ((x) & LADSPA_PORT_INPUT)
|
D | pcm_ladspa.c | 423 …SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "o… in snd_pcm_ladspa_connect_plugin1() 431 …nable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : … in snd_pcm_ladspa_connect_plugin1() 436 …"unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : … in snd_pcm_ladspa_connect_plugin1() 472 …SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "o… in snd_pcm_ladspa_connect_plugin_duplicate1() 478 …nable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : … in snd_pcm_ladspa_connect_plugin_duplicate1() 483 …"unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : … in snd_pcm_ladspa_connect_plugin_duplicate1() 599 …DERR("%s port for plugin %s depth %u is not connected", io->pdesc & LADSPA_PORT_INPUT ? "input" : … 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" :… 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 …]
|