Lines Matching refs:plugin
63 "plugin=<ladspa plugin name> "
64 "label=<ladspa plugin label> "
118 "plugin",
548 pa_log_debug("Resetting plugin");
550 /* Reset the plugin */
836 * provided value is within the limits specified in the plugin. */
848 /* User wants to use default value. Check if the plugin
851 pa_log_warn("Control port value left empty but plugin defines no default.");
1005 const char *plugin, *label, *input_ladspaport_map, *output_ladspaport_map;
1049 if (!(plugin = pa_modargs_get_value(ma, "plugin", NULL))) {
1050 pa_log("Missing LADSPA plugin name");
1055 pa_log("Missing LADSPA plugin label");
1087 m->dl = lt_dlopenext(plugin);
1092 pa_log("Failed to load LADSPA plugin: %s", lt_dlerror());
1104 pa_log("Failed to find plugin label '%s' in plugin '%s'.", label, plugin);
1114 pa_log_debug("Module: %s", plugin);
1126 * Default mapping is in order given by the plugin
1144 /* XXX: Has anyone ever seen an in-place plugin with non-equal number of input and output ports? */
1145 /* Could be if the plugin is for up-mixing stereo to 5.1 channels */
1146 /* Or if the plugin is down-mixing 5.1 to two channel stereo or binaural encoded signal */
1158 pa_log_debug("Will run %lu plugin instances", u->channels / u->max_ladspaport_count);
1231 /* Initialize plugin instances */
1234 pa_log("Failed to instantiate plugin %s with label %s", plugin, d->Label);
1286 pa_proplist_sets(sink_data.proplist, "device.ladspa.module", plugin);