Searched refs:LADSPA_PORT_AUDIO (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | ladspa.h | 164 /* Property LADSPA_PORT_AUDIO indicates that the port is a audio 166 #define LADSPA_PORT_AUDIO 0x8 macro 171 #define LADSPA_IS_PORT_AUDIO(x) ((x) & LADSPA_PORT_AUDIO)
|
H A D | pcm_ladspa.c | 416 snd_pcm_ladspa_count_ports(plugin, io->pdesc | LADSPA_PORT_AUDIO); in snd_pcm_ladspa_connect_plugin1() 421 err = snd_pcm_ladspa_find_port(&port, plugin, io->pdesc | LADSPA_PORT_AUDIO, idx); in snd_pcm_ladspa_connect_plugin1() 470 err = snd_pcm_ladspa_find_port(&port, plugin, io->pdesc | LADSPA_PORT_AUDIO, 0); in snd_pcm_ladspa_connect_plugin_duplicate1() 597 if ((plugin->desc->PortDescriptors[idx] & (io->pdesc | LADSPA_PORT_AUDIO)) == (io->pdesc | LADSPA_PORT_AUDIO)) { 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() 627 out_ports = snd_pcm_ladspa_count_ports(plugin, LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO); in snd_pcm_ladspa_allocate_instances() 1348 err = snd_pcm_ladspa_find_port(&array[channel], lplug, io->pdesc | LADSPA_PORT_AUDIO, port); in snd_pcm_ladspa_parse_bindings() 1360 err = snd_pcm_ladspa_find_sport(&array[channel], lplug, io->pdesc | LADSPA_PORT_AUDIO, sport); in snd_pcm_ladspa_parse_bindings()
|
/third_party/pulseaudio/src/modules/ |
H A D | ladspa.h | 163 /* Property LADSPA_PORT_AUDIO indicates that the port is a audio 165 #define LADSPA_PORT_AUDIO 0x8 macro 170 #define LADSPA_IS_PORT_AUDIO(x) ((x) & LADSPA_PORT_AUDIO)
|
Completed in 6 milliseconds