| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtp.c | 125 plugin_init (GstPlugin * plugin) in plugin_init() argument 134 if (!gst_rtp_ac3_depay_plugin_init (plugin)) in plugin_init() 137 if (!gst_rtp_ac3_pay_plugin_init (plugin)) in plugin_init() 140 if (!gst_rtp_bv_depay_plugin_init (plugin)) in plugin_init() 143 if (!gst_rtp_bv_pay_plugin_init (plugin)) in plugin_init() 146 if (!gst_rtp_celt_depay_plugin_init (plugin)) in plugin_init() 149 if (!gst_rtp_celt_pay_plugin_init (plugin)) in plugin_init() 152 if (!gst_rtp_dv_depay_plugin_init (plugin)) in plugin_init() 155 if (!gst_rtp_dv_pay_plugin_init (plugin)) in plugin_init() 158 if (!gst_rtp_gst_depay_plugin_init (plugin)) in plugin_init() [all …]
|
| /third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 2 //// [/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-one/node_modules/typescript-fsa/index.d.ts] [all …]
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 2 //// [/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-one/node_modules/typescript-fsa/index.d.ts] [all …]
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 2 //// [/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-one/node_modules/plugin-two] symlink(/user/username/proje… [all …]
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 2 //// [/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-one/node_modules/plugin-two] symlink(/user/username/proje… [all …]
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstplugin.c | 5 * gstplugin.c: Plugin subsystem for loading elements, types, and libs 30 * A plugin system can provide one or more of the basic 33 * A plugin should export a symbol <symbol>gst_plugin_desc</symbol> that is a 35 * the plugin loader will check the version of the core library the plugin was 45 * statically link plugins to an app or even use GStreamer without a plugin 46 * repository in which case gst_plugin_load() can be needed to bring the plugin 79 /* static variables for segfault handling of plugin loading */ 83 * One of these must be specified or the plugin won't be loaded 109 static GstPlugin *gst_plugin_register_func (GstPlugin * plugin, 119 gst_plugin_init (GstPlugin * plugin) in gst_plugin_init() argument [all …]
|
| D | gstplugin.h | 5 * gstplugin.h: Header for plugin subsystem 38 * The opaque plugin object 63 * @GST_PLUGIN_ERROR_MODULE: The plugin could not be loaded 64 * @GST_PLUGIN_ERROR_DEPENDENCIES: The plugin has unresolved dependencies 65 * @GST_PLUGIN_ERROR_NAME_MISMATCH: The plugin has already be loaded from a different file 67 * The plugin loading errors 79 * @GST_PLUGIN_FLAG_BLACKLISTED: The plugin won't be scanned (again) 81 * The plugin loading state 118 * @plugin: The plugin object 120 * A plugin should provide a pointer to a function of this type in the [all …]
|
| D | gstregistrychunks.c | 9 * plugin entries and features. 127 GST_ERROR ("unexpected NULL string in plugin or plugin feature data"); in gst_registry_chunks_save_const_string() 368 /* pack plugin feature strings */ in gst_registry_chunks_save_feature() 411 GST_LOG ("Saved external plugin dependency"); in gst_registry_chunks_save_plugin_dep() 424 GstPlugin * plugin) in _priv_gst_registry_chunks_save_plugin() argument 436 pe->file_size = plugin->file_size; in _priv_gst_registry_chunks_save_plugin() 437 pe->file_mtime = plugin->file_mtime; in _priv_gst_registry_chunks_save_plugin() 442 for (walk = plugin->priv->deps; walk != NULL; walk = walk->next) { in _priv_gst_registry_chunks_save_plugin() 444 GST_ERROR ("Could not save external plugin dependency, aborting."); in _priv_gst_registry_chunks_save_plugin() 450 /* pack plugin features */ in _priv_gst_registry_chunks_save_plugin() [all …]
|
| D | gstregistry.c | 38 * The primary source, at all times, of plugin information is each plugin file 39 * itself. Thus, if an application wants information about a particular plugin, 41 * means of doing so is to load every plugin and look at the resulting 46 * On startup, plugins are searched for in the plugin search path. The following 49 * * location from --gst-plugin-path commandline option. 64 * For each plugin that is found in the plugin search path, there could be 3 71 * In the first two cases, the plugin is loaded and the cache updated. In 209 * GstRegistry::plugin-added: in gst_registry_class_init() 211 * @plugin: the plugin that has been added in gst_registry_class_init() 213 * Signals that a plugin has been added to the registry (possibly in gst_registry_class_init() [all …]
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstplugin.c | 31 register_check_elements (GstPlugin * plugin) in register_check_elements() argument 38 GstPlugin *plugin; in GST_START_TEST() local 45 plugin = g_object_new (GST_TYPE_PLUGIN, NULL); in GST_START_TEST() 47 gst_object_unref (plugin); in GST_START_TEST() 61 GstPlugin *plugin = GST_PLUGIN (g->data); in GST_START_TEST() local 64 GST_DEBUG ("Plugin refcount %d %s", GST_OBJECT_REFCOUNT_VALUE (plugin), in GST_START_TEST() 65 gst_plugin_get_name (plugin)); in GST_START_TEST() 66 ASSERT_OBJECT_REFCOUNT (plugin, "plugin in registry", 2); in GST_START_TEST() 68 gst_object_unref (plugin); in GST_START_TEST() 93 fail_if (unloaded_plugin == NULL, "Failed to find coreelements plugin"); in GST_START_TEST() [all …]
|
| D | gstregistry.c | 1 /* GStreamer unit tests for the plugin registry 44 print_plugin (const gchar * marker, GstRegistry * registry, GstPlugin * plugin) in print_plugin() argument 49 name = gst_plugin_get_name (plugin); in print_plugin() 51 GST_DEBUG ("%s: plugin %p %d %s file: %s", marker, plugin, in print_plugin() 52 GST_OBJECT_REFCOUNT (plugin), name, in print_plugin() 53 GST_STR_NULL (gst_plugin_get_filename (plugin))); in print_plugin() 84 fail_unless (old_identity != NULL, "Can't find plugin feature 'identity'"); in GST_START_TEST() 87 fail_unless (old_pipeline != NULL, "Can't find plugin feature 'pipeline'"); in GST_START_TEST() 93 GstPlugin *plugin; in GST_START_TEST() local 95 plugin = GST_PLUGIN (l->data); in GST_START_TEST() [all …]
|
| /third_party/gstreamer/gstplugins_bad/ |
| D | meson_options.txt | 70 …e : 'feature', value : 'auto', description : 'Wayland plugin/library, support in the Vulkan plugin… 74 option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin') 77 …on('assrender', type : 'feature', value : 'auto', description : 'ASS/SSA subtitle renderer plugin') 78 … : 'feature', value : 'auto', description : 'Bluetooth audio A2DP/AVDTP sink, AVDTP source plugin') 79 …2b', type : 'feature', value : 'auto', description : 'Bauer stereophonic-to-binaural audio plugin') 80 …ion('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encoder and decoder plugin') 81 …romaprint', type : 'feature', value : 'auto', description : 'Chromaprint fingerprint audio plugin') 82 …: 'feature', value : 'auto', description : 'Closed caption extractor, decoder, and overlay plugin') 83 …rmanagement', type : 'feature', value : 'auto', description : 'Color management correction plugin') 84 option('curl', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin… [all …]
|
| /third_party/gstreamer/gstplugins_bad/docs/plugins/html/ |
| D | ch02.html | 10 <link rel="next" href="gst-plugins-bad-plugins-plugin-accurip.html" title="accurip"> 20 <td><a accesskey="n" href="gst-plugins-bad-plugins-plugin-accurip.html"><img src="right.png" width=… 27 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-accurip.html">accurip</a></span… 30 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-adpcmdec.html">adpcmdec</a></sp… 33 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-adpcmenc.html">adpcmenc</a></sp… 36 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-aiff.html">aiff</a></span><span… 39 …e"><a href="gst-plugins-bad-plugins-plugin-asfmux.html">asfmux</a></span><span class="refpurpose">… 42 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-assrender.html">assrender</a></… 45 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-audiobuffersplit.html">audiobuf… 48 <span class="refentrytitle"><a href="gst-plugins-bad-plugins-plugin-audiofxbad.html">audiofxbad</a>… [all …]
|
| /third_party/gstreamer/gstplugins_bad/docs/plugins/ |
| D | gst-plugins-bad-plugins-docs.sgml | 286 <xi:include href="xml/plugin-accurip.xml" /> 287 <xi:include href="xml/plugin-adpcmdec.xml" /> 288 <xi:include href="xml/plugin-adpcmenc.xml" /> 289 <xi:include href="xml/plugin-aiff.xml" /> 290 <xi:include href="xml/plugin-asfmux.xml" /> 291 <xi:include href="xml/plugin-assrender.xml" /> 292 <xi:include href="xml/plugin-audiobuffersplit.xml" /> 293 <xi:include href="xml/plugin-audiofxbad.xml" /> 294 <xi:include href="xml/plugin-audiolatency.xml" /> 295 <xi:include href="xml/plugin-audiomixmatrix.xml" /> [all …]
|
| /third_party/gstreamer/gstplugins_base/ext/gl/ |
| D | gstopengl.c | 25 * SECTION:plugin-opengl 28 * Cross-platform OpenGL plugin. 113 /* Register filters that make up the gstgl plugin */ 115 plugin_init (GstPlugin * plugin) in plugin_init() argument 129 if (!gst_element_register (plugin, "glimagesink", in plugin_init() 134 if (!gst_element_register (plugin, "glimagesinkelement", in plugin_init() 139 if (!gst_element_register (plugin, "glupload", in plugin_init() 144 if (!gst_element_register (plugin, "gldownload", in plugin_init() 149 if (!gst_element_register (plugin, "glcolorconvert", in plugin_init() 154 if (!gst_element_register (plugin, "glcolorbalance", in plugin_init() [all …]
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | icuplug.h | 20 * \brief C API: ICU Plugin API 22 * <h2>C API: ICU Plugin API</h2> 49 * <li>ENTRYPOINT is the short (undecorated) symbol name of the plugin's 53 * the plugin.</li> 64 * which cause ICU to be 'initialized'. If a plugin is low level but 65 * causes ICU to allocate memory or become initialized, that plugin is said 72 * <h3>Implementing a Plugin</h3> 77 * uplug_setPlugName(plug, "Simple Plugin"); 88 * <p>The UPlugData* is an opaque pointer to the plugin-specific data, and is 92 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to [all …]
|
| /third_party/gstreamer/gstplugins_bad/ext/opencv/ |
| D | gstopencv.cpp | 4 * gstopencv.cpp: plugin registering 49 plugin_init (GstPlugin * plugin) in plugin_init() argument 51 if (!gst_cv_dilate_plugin_init (plugin)) in plugin_init() 54 if (!gst_cv_equalize_hist_plugin_init (plugin)) in plugin_init() 57 if (!gst_cv_erode_plugin_init (plugin)) in plugin_init() 60 if (!gst_cv_laplace_plugin_init (plugin)) in plugin_init() 63 if (!gst_cv_smooth_plugin_init (plugin)) in plugin_init() 66 if (!gst_cv_sobel_plugin_init (plugin)) in plugin_init() 69 if (!gst_edge_detect_plugin_init (plugin)) in plugin_init() 72 if (!gst_face_blur_plugin_init (plugin)) in plugin_init() [all …]
|
| /third_party/gstreamer/gstplugins_good/docs/plugins/html/ |
| D | ch02.html | 10 <link rel="next" href="gst-plugins-good-plugins-plugin-1394.html" title="1394"> 20 <td><a accesskey="n" href="gst-plugins-good-plugins-plugin-1394.html"><img src="right.png" width="1… 27 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-1394.html">1394</a></span><spa… 30 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-aasink.html">aasink</a></span>… 33 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alaw.html">alaw</a></span><spa… 36 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alphacolor.html">alphacolor</a… 39 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-alpha.html">alpha</a></span><s… 42 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-apetag.html">apetag</a></span>… 45 …a href="gst-plugins-good-plugins-plugin-audiofx.html">audiofx</a></span><span class="refpurpose"> … 48 <span class="refentrytitle"><a href="gst-plugins-good-plugins-plugin-audioparsers.html">audioparser… [all …]
|
| /third_party/typescript/tests/baselines/reference/docker/ |
| D | azure-sdk.log | 8 ==[ @azure/eslint-plugin-azure-sdk ]==============================[ 1 of 61 ]== 9 "@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk". 10 "@azure/communication-administration" is blocked by "@azure/eslint-plugin-azure-sdk". 11 "@azure/communication-chat" is blocked by "@azure/eslint-plugin-azure-sdk". 12 "@azure/communication-common" is blocked by "@azure/eslint-plugin-azure-sdk". 13 "@azure/communication-identity" is blocked by "@azure/eslint-plugin-azure-sdk". 14 "@azure/communication-sms" is blocked by "@azure/eslint-plugin-azure-sdk". 15 "@azure/core-amqp" is blocked by "@azure/eslint-plugin-azure-sdk". 16 "@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk". 17 "@azure/eventhubs-checkpointstore-blob" is blocked by "@azure/eslint-plugin-azure-sdk". [all …]
|
| /third_party/gstreamer/gstplugins_good/ |
| D | meson_options.txt | 47 …on('aalib', type : 'feature', value : 'auto', description : 'aalib text console video sink plugin') 48 …ion('bz2', type : 'feature', value : 'auto', description : 'libbz2 support in the matroska plugin') 49 option('cairo', type : 'feature', value : 'auto', description : 'Cairo overlay plugin') 50 …rectsound', type : 'feature', value : 'auto', description : 'Directsound audio source/sink plugin') 51 …n('dv', type : 'feature', value : 'auto', description : 'Digital video decoder and demuxer plugin') 52 …, type : 'feature', value : 'auto', description : 'Digital IEEE1394 interface video source plugin') 53 option('flac', type : 'feature', value : 'auto', description : 'FLAC audio codec plugin') 54 …pe : 'feature', value : 'auto', description : 'gdk-pixbuf image decoder, overlay, and sink plugin') 55 option('gtk3', type : 'feature', value : 'auto', description : 'GTK+ video sink plugin') 56 option('jack', type : 'feature', value : 'auto', description : 'JACK audio source/sink plugin') [all …]
|
| /third_party/boost/libs/dll/doc/ |
| D | tutorial.qbk | 16 [section Plugin basics] 18 The first thing to do when creating your own plugins is define the plugin interface. There is an ex… 19 of an abstract class that will be our plugin API: 24 Now let's make a DLL/DSO library that will holds implementation of plugin interface and exports it … 30 Simple application that loads plugin using the [funcref boost::dll::import] 39 Loading the plugin 41 plugin->calculate(1.5, 1.5) call: 3 57 [section Factory method in plugin] 59 In previous example we were importing from a plugin a single variable. Let's make a class 60 that uses our plugin API plugin and holds some state: [all …]
|
| /third_party/gstreamer/gstreamer/plugins/elements/ |
| D | gstelements.c | 53 plugin_init (GstPlugin * plugin) in plugin_init() argument 55 if (!gst_element_register (plugin, "capsfilter", GST_RANK_NONE, in plugin_init() 58 if (!gst_element_register (plugin, "concat", GST_RANK_NONE, in plugin_init() 61 if (!gst_element_register (plugin, "dataurisrc", GST_RANK_PRIMARY, in plugin_init() 64 if (!gst_element_register (plugin, "downloadbuffer", GST_RANK_NONE, in plugin_init() 67 if (!gst_element_register (plugin, "fakesrc", GST_RANK_NONE, in plugin_init() 70 if (!gst_element_register (plugin, "fakesink", GST_RANK_NONE, in plugin_init() 74 if (!gst_element_register (plugin, "fdsrc", GST_RANK_NONE, in plugin_init() 77 if (!gst_element_register (plugin, "fdsink", GST_RANK_NONE, in plugin_init() 81 if (!gst_element_register (plugin, "filesrc", GST_RANK_PRIMARY, in plugin_init() [all …]
|