Home
last modified time | relevance | path

Searched refs:LADSPA_PORT_OUTPUT (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dladspa.h157 /* Property LADSPA_PORT_OUTPUT indicates that the port is an output. */
158 #define LADSPA_PORT_OUTPUT 0x2 macro
169 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT)
H A Dpcm_ladspa.c627 out_ports = snd_pcm_ladspa_count_ports(plugin, LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO); in snd_pcm_ladspa_allocate_instances()
1410 if (controls && !(io->pdesc & LADSPA_PORT_OUTPUT)) { in snd_pcm_ladspa_parse_ioconfig()
1497 lplug->output.pdesc = LADSPA_PORT_OUTPUT; in snd_pcm_ladspa_add_plugin()
/third_party/pulseaudio/src/modules/
H A Dladspa.h156 /* Property LADSPA_PORT_OUTPUT indicates that the port is an output. */
157 #define LADSPA_PORT_OUTPUT 0x2 macro
168 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT)

Completed in 5 milliseconds