Home
last modified time | relevance | path

Searched refs:plugin (Results 1 - 25 of 43) sorted by relevance

12

/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c10 * PCM - LADSPA integration plugin
31 * The LADSPA plugin rewrite was sponsored by MediaNet AG
108 struct list_head instances; /* one LADSPA plugin might be used multiple times */
184 snd_pcm_ladspa_plugin_t *plugin = list_entry(plugins->next, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_free_plugins() local
185 snd_pcm_ladspa_free_io(&plugin->input); in snd_pcm_ladspa_free_plugins()
186 snd_pcm_ladspa_free_io(&plugin->output); in snd_pcm_ladspa_free_plugins()
187 if (plugin->dl_handle) in snd_pcm_ladspa_free_plugins()
188 dlclose(plugin->dl_handle); in snd_pcm_ladspa_free_plugins()
189 free(plugin->filename); in snd_pcm_ladspa_free_plugins()
190 list_del(&plugin in snd_pcm_ladspa_free_plugins()
326 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_free_instances() local
406 snd_pcm_ladspa_connect_plugin1(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps) snd_pcm_ladspa_connect_plugin1() argument
444 snd_pcm_ladspa_connect_plugin(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_instance_t *instance) snd_pcm_ladspa_connect_plugin() argument
458 snd_pcm_ladspa_connect_plugin_duplicate1(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps, unsigned int idx) snd_pcm_ladspa_connect_plugin_duplicate1() argument
489 snd_pcm_ladspa_connect_plugin_duplicate(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *in_io, snd_pcm_ladspa_plugin_io_t *out_io, snd_pcm_ladspa_instance_t *instance, unsigned int idx) snd_pcm_ladspa_connect_plugin_duplicate() argument
568 snd_pcm_ladspa_connect_controls(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_instance_t *instance) snd_pcm_ladspa_connect_controls() argument
588 snd_pcm_ladspa_check_connect(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_pcm_ladspa_eps_t *eps, unsigned int depth) snd_pcm_ladspa_check_connect() argument
625 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_allocate_instances() local
710 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_allocate_memory() local
784 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_allocate_memory() local
878 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_write_areas() local
939 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_read_areas() local
972 snd_pcm_ladspa_dump_direction(snd_pcm_ladspa_plugin_t *plugin, snd_pcm_ladspa_plugin_io_t *io, snd_output_t *out) snd_pcm_ladspa_dump_direction() argument
999 snd_pcm_ladspa_dump_array(snd_output_t *out, snd_pcm_ladspa_array_t *array, snd_pcm_ladspa_plugin_t *plugin) snd_pcm_ladspa_dump_array() argument
1026 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); snd_pcm_ladspa_plugins_dump() local
1086 snd_pcm_ladspa_check_file(snd_pcm_ladspa_plugin_t * const plugin, const char *filename, const char *label, const unsigned long ladspa_id) snd_pcm_ladspa_check_file() argument
1144 snd_pcm_ladspa_check_dir(snd_pcm_ladspa_plugin_t * const plugin, const char *path, const char *label, const unsigned long ladspa_id) snd_pcm_ladspa_check_dir() argument
1194 snd_pcm_ladspa_look_for_plugin(snd_pcm_ladspa_plugin_t * const plugin, const char *path, const char *label, const long ladspa_id) snd_pcm_ladspa_look_for_plugin() argument
1426 snd_pcm_ladspa_add_plugin(struct list_head *list, const char *path, snd_config_t *plugin, int reverse) snd_pcm_ladspa_add_plugin() argument
[all...]
H A Dpcm_plugin.c10 * PCM - Common plugin code
40 The slave plugin can be specified directly with a string or the definition
131 void snd_pcm_plugin_init(snd_pcm_plugin_t *plugin) in snd_pcm_plugin_init() argument
133 memset(plugin, 0, sizeof(snd_pcm_plugin_t)); in snd_pcm_plugin_init()
134 plugin->undo_read = snd_pcm_plugin_undo_read; in snd_pcm_plugin_init()
135 plugin->undo_write = snd_pcm_plugin_undo_write; in snd_pcm_plugin_init()
140 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_delay() local
142 int err = snd_pcm_delay(plugin->gen.slave, &sd); in snd_pcm_plugin_delay()
149 static int snd_pcm_plugin_call_init_cb(snd_pcm_t *pcm, snd_pcm_plugin_t *plugin) in snd_pcm_plugin_call_init_cb() argument
151 snd_pcm_t *slave = plugin in snd_pcm_plugin_call_init_cb()
167 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_prepare() local
177 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_reset() local
192 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_rewind() local
216 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_forward() local
238 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_write_areas() local
295 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_read_areas() local
390 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_mmap_commit() local
463 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_sync_hw_ptr_capture() local
539 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_avail_update() local
549 snd_pcm_plugin_t *plugin = pcm->private_data; snd_pcm_plugin_status() local
[all...]
H A Dpcm_plugin.h2 * PCM - Common plugin code
68 void snd_pcm_plugin_init(snd_pcm_plugin_t *plugin);
/third_party/ffmpeg/libavfilter/
H A Daf_lv2.c58 const LilvPlugin *plugin; member
94 { "plugin", "set plugin uri", OFFSET(plugin_uri), AV_OPT_TYPE_STRING, .flags = FLAGS },
95 { "p", "set plugin uri", OFFSET(plugin_uri), AV_OPT_TYPE_STRING, .flags = FLAGS },
96 { "controls", "set plugin options", OFFSET(options), AV_OPT_TYPE_STRING, .flags = FLAGS },
97 { "c", "set plugin options", OFFSET(options), AV_OPT_TYPE_STRING, .flags = FLAGS },
172 const LilvPort *port = lilv_plugin_get_port_by_index(s->plugin, i); in connect_ports()
174 if (lilv_port_is_a(s->plugin, port, s->lv2_AudioPort) || in connect_ports()
175 lilv_port_is_a(s->plugin, port, s->lv2_CVPort)) { in connect_ports()
176 if (lilv_port_is_a(s->plugin, por in connect_ports()
399 const LilvPlugin *plugin; init() local
[all...]
H A Daf_ladspa.c46 char *plugin; member
87 { "plugin", "set plugin name", OFFSET(plugin), AV_OPT_TYPE_STRING, .flags = FLAGS },
88 { "p", "set plugin name", OFFSET(plugin), AV_OPT_TYPE_STRING, .flags = FLAGS },
89 { "controls", "set plugin options", OFFSET(options), AV_OPT_TYPE_STRING, .flags = FLAGS },
90 { "c", "set plugin options", OFFSET(options), AV_OPT_TYPE_STRING, .flags = FLAGS },
362 av_log(ctx, AV_LOG_ERROR, "Could not instantiate plugin.\n"); in connect_ports()
500 av_log(ctx, AV_LOG_ERROR, "No plugin nam in init()
[all...]
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js2 //// [/user/username/projects/myProject/plugin-two/index.d.ts]
25 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/package.json]
28 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts]
43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
46 //// [/user/username/projects/myproject/plugin-one/index.ts]
47 import pluginTwo from "plugin-two"; // include this to add reference to symlink
49 //// [/user/username/projects/myproject/plugin-one/action.ts]
55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts]
73 //// [/user/username/projects/myProject/plugin
[all...]
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js2 //// [/user/username/projects/myproject/plugin-two/index.d.ts]
25 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/package.json]
28 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts]
43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
46 //// [/user/username/projects/myproject/plugin-one/index.ts]
47 import pluginTwo from "plugin-two"; // include this to add reference to symlink
49 //// [/user/username/projects/myproject/plugin-one/action.ts]
55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts]
73 //// [/user/username/projects/myproject/plugin
[all...]
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js2 //// [/user/username/projects/myProject/plugin-two/package.json]
3 {"name":"plugin-two","version":"0.1.3","main":"dist/commonjs/index.js"}
5 //// [/user/username/projects/myProject/plugin-two/dist/commonjs/index.d.ts]
28 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/package.json]
31 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts]
46 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
49 //// [/user/username/projects/myproject/plugin-one/index.ts]
50 import pluginTwo from "plugin-two"; // include this to add reference to symlink
56 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
59 //// [/user/username/projects/myproject/plugin
[all...]
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js2 //// [/user/username/projects/myproject/plugin-two/package.json]
3 {"name":"plugin-two","version":"0.1.3","main":"dist/commonjs/index.js"}
5 //// [/user/username/projects/myproject/plugin-two/dist/commonjs/index.d.ts]
28 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/package.json]
31 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts]
46 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
49 //// [/user/username/projects/myproject/plugin-one/index.ts]
50 import pluginTwo from "plugin-two"; // include this to add reference to symlink
56 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
59 //// [/user/username/projects/myproject/plugin
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c56 #include "plugin.h"
801 plugin_list_t *plugin; local
805 plugin = (plugin_list_t*)ntfs_malloc(sizeof(plugin_list_t));
806 if (plugin) {
807 plugin->tag = tag;
808 plugin->ops = ops;
809 plugin->handle = handle;
810 plugin->next = ctx->plugins;
811 ctx->plugins = plugin;
820 * The plugin abl
834 plugin_list_t *plugin; global() local
[all...]
/third_party/alsa-utils/topology/
H A Dpre-process-external.h31 * Define the plugin
33 #define SND_TOPOLOGY_PLUGIN_DEFINE_FUNC(plugin) \
35 int SND_TOPOLOGY_PLUGIN_ENTRY(plugin) (snd_config_t *input, snd_config_t *output)
H A Dpre-processor.c61 static int run_plugin(struct tplg_pre_processor *tplg_pp, char *plugin) in run_plugin() argument
68 /* compose the plugin path, if not from environment, then from default plugins dir */ in run_plugin()
73 xlib = tplg_snprintf("%s/%s%s%s", path, PROCESS_LIB_PREFIX, plugin, in run_plugin()
75 xfunc = tplg_snprintf("%s%s%s", PROCESS_FUNC_PREFIX, plugin, in run_plugin()
79 fprintf(stderr, "can't reserve memory for plugin paths and func names\n"); in run_plugin()
84 /* open plugin */ in run_plugin()
101 /* process plugin */ in run_plugin()
123 /* parse plugin names */ in pre_process_plugins()
/third_party/alsa-lib/include/
H A Dpcm_external.h3 * \brief External PCM plugin SDK
7 * Extern PCM plugin SDK.
36 * \defgroup Plugin_SDK External PCM plugin SDK
46 * Define the symbols of the given plugin with versions
51 * Define the plugin
53 #define SND_PCM_PLUGIN_DEFINE_FUNC(plugin) \
54 int SND_PCM_PLUGIN_ENTRY(plugin) (snd_pcm_t **pcmp, const char *name,\
H A Dcontrol_external.h3 * \brief External control plugin SDK
7 * External control plugin SDK.
46 * Define the symbols of the given control plugin with versions
51 * Define the control plugin
53 #define SND_CTL_PLUGIN_DEFINE_FUNC(plugin) \
54 int SND_CTL_PLUGIN_ENTRY(plugin) (snd_ctl_t **handlep, const char *name,\
57 /** External control plugin handle */
79 * external plugin protocol version
122 * callbacks of this plugin; must be filled before calling #snd_pcm_ioplug_create()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc33 #include <google/protobuf/compiler/plugin.h>
46 #include <google/protobuf/compiler/plugin.pb.h>
120 "protoc asked plugin to generate a file but " in GenerateCode()
163 std::cerr << argv[0] << ": protoc sent unparseable request to plugin." in PluginMain()
H A Dtest_plugin.cc33 // This is a dummy code generator plugin used by
39 #include <google/protobuf/compiler/plugin.h>
H A Dcode_generator.cc39 #include <google/protobuf/compiler/plugin.pb.h>
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py88 def make_clang_command_line(plugin, plugin_args, options):
95 "-plugin-arg-" + plugin,
110 "-plugin",
112 plugin,
165 def invoke_clang_plugin_for_each_file(filenames, plugin, plugin_args, options):
166 cmd_line = make_clang_command_line(plugin, plugin_args, options)
608 help="Enable verbose tracing from the plugin itself."
/third_party/ffmpeg/libavcodec/
H A Dqsv.c334 char *plugin = av_get_token(&load_plugins, ":"); in qsv_load_plugins() local
335 if (!plugin) in qsv_load_plugins()
337 if (strlen(plugin) != 2 * sizeof(uid.Data)) { in qsv_load_plugins()
338 av_log(logctx, AV_LOG_ERROR, "Invalid plugin UID length\n"); in qsv_load_plugins()
344 err = sscanf(plugin + 2 * i, "%2hhx", uid.Data + i); in qsv_load_plugins()
346 av_log(logctx, AV_LOG_ERROR, "Invalid plugin UID\n"); in qsv_load_plugins()
357 "Could not load the requested plugin '%s'", plugin); in qsv_load_plugins()
365 av_freep(&plugin); in qsv_load_plugins()
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c581 struct lws_plugin *plugin = context->plugin_list; in lws_create_vhost() local
783 (unsigned int)fx + 1), "vh plugin table"); in lws_create_vhost()
839 if (plugin) { in lws_create_vhost()
840 while (plugin) { in lws_create_vhost()
842 (const lws_plugin_protocol_t *)plugin->hdr; in lws_create_vhost()
858 plugin = plugin->list; in lws_create_vhost()
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c63 "plugin=<ladspa plugin name> "
64 "label=<ladspa plugin label> "
118 "plugin",
548 pa_log_debug("Resetting plugin"); in sink_input_process_rewind_cb()
550 /* Reset the plugin */ in sink_input_process_rewind_cb()
836 * provided value is within the limits specified in the plugin. */ in validate_control_parameters()
848 /* User wants to use default value. Check if the plugin in validate_control_parameters()
851 pa_log_warn("Control port value left empty but plugin defines no default."); in validate_control_parameters()
1005 const char *plugin, *labe in pa__init() local
[all...]
/third_party/rust/crates/lazycell/src/
H A Dlib.rs14 #![cfg_attr(feature = "nightly", feature(plugin))]
15 #![cfg_attr(feature = "clippy", plugin(clippy))]
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1965 struct lws_plugin *plugin; in rops_init_vhost_ws() local
1986 plugin = vh->context->plugin_list; in rops_init_vhost_ws()
1987 while (plugin) { in rops_init_vhost_ws()
1989 (const lws_plugin_protocol_t *)plugin->hdr; in rops_init_vhost_ws()
1996 plugin = plugin->list; in rops_init_vhost_ws()
/third_party/gn/src/gn/
H A Dlabel.cc244 source/plugin:myplugin
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c2 * Example embedded sshd server using libwebsockets sshd plugin
37 /* import the whole of lws-plugin-sshd-base statically */
38 #include <lws-plugin-sshd-static-build-includes.h>
79 * generic sshd plugin.

Completed in 21 milliseconds

12