/third_party/gstreamer/gstreamer/gst/ |
D | gstplugin.c | 125 gst_plugin_init (GstPlugin * plugin) in gst_plugin_init() 133 GstPlugin *plugin = GST_PLUGIN_CAST (object); in gst_plugin_finalize() local 214 GstPlugin *plugin; in gst_plugin_register_static() local 281 GstPlugin *plugin; in gst_plugin_register_static_full() local 486 gst_plugin_register_func (GstPlugin * plugin, const GstPluginDesc * desc, in gst_plugin_register_func() 803 GstPlugin *plugin; in _priv_gst_plugin_load_file_for_registry() local 1031 gst_plugin_get_name (GstPlugin * plugin) in gst_plugin_get_name() 1047 gst_plugin_get_description (GstPlugin * plugin) in gst_plugin_get_description() 1063 gst_plugin_get_filename (GstPlugin * plugin) in gst_plugin_get_filename() 1079 gst_plugin_get_version (GstPlugin * plugin) in gst_plugin_get_version() [all …]
|
D | gstdynamictypefactory.c | 122 GstPlugin * plugin, const gchar * name) in gst_dynamic_type_factory_create() 154 gst_dynamic_type_register (GstPlugin * plugin, GType dyn_type) in gst_dynamic_type_register()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstregistry.c | 44 print_plugin (const gchar * marker, GstRegistry * registry, GstPlugin * plugin) in print_plugin() 93 GstPlugin *plugin; in GST_START_TEST() local 113 GstPlugin *plugin; in GST_START_TEST() local 132 GstPlugin *plugin = GST_PLUGIN (l->data); in GST_START_TEST() local 160 GstPlugin *plugin; in GST_START_TEST() local 170 GstPlugin *plugin; in GST_START_TEST() local
|
D | gstplugin.c | 31 register_check_elements (GstPlugin * plugin) in register_check_elements() 38 GstPlugin *plugin; in GST_START_TEST() local 61 GstPlugin *plugin = GST_PLUGIN (g->data); in GST_START_TEST() local 119 GstPlugin *plugin; in GST_START_TEST() local 142 GstPlugin *plugin; in GST_START_TEST() local 164 GstPlugin *plugin; in GST_START_TEST() local
|
/third_party/glib/gobject/ |
D | gtypeplugin.c | 115 g_type_plugin_use (GTypePlugin *plugin) in g_type_plugin_use() 134 g_type_plugin_unuse (GTypePlugin *plugin) in g_type_plugin_unuse() 156 g_type_plugin_complete_type_info (GTypePlugin *plugin, in g_type_plugin_complete_type_info() 187 g_type_plugin_complete_interface_info (GTypePlugin *plugin, in g_type_plugin_complete_interface_info()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_plugin.c | 131 void snd_pcm_plugin_init(snd_pcm_plugin_t *plugin) in snd_pcm_plugin_init() 140 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_delay() local 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() 167 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_prepare() local 177 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_reset() local 192 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_rewind() local 216 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_forward() local 238 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_write_areas() local 295 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_read_areas() local 390 snd_pcm_plugin_t *plugin = pcm->private_data; in snd_pcm_plugin_mmap_commit() local [all …]
|
D | pcm_ladspa.c | 184 snd_pcm_ladspa_plugin_t *plugin = list_entry(plugins->next, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_free_plugins() local 326 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_free_instances() local 406 static int snd_pcm_ladspa_connect_plugin1(snd_pcm_ladspa_plugin_t *plugin, in snd_pcm_ladspa_connect_plugin1() 444 static int snd_pcm_ladspa_connect_plugin(snd_pcm_ladspa_plugin_t *plugin, in snd_pcm_ladspa_connect_plugin() 458 static int snd_pcm_ladspa_connect_plugin_duplicate1(snd_pcm_ladspa_plugin_t *plugin, in snd_pcm_ladspa_connect_plugin_duplicate1() 489 static int snd_pcm_ladspa_connect_plugin_duplicate(snd_pcm_ladspa_plugin_t *plugin, in snd_pcm_ladspa_connect_plugin_duplicate() 568 static int snd_pcm_ladspa_connect_controls(snd_pcm_ladspa_plugin_t *plugin, in snd_pcm_ladspa_connect_controls() 588 static int snd_pcm_ladspa_check_connect(snd_pcm_ladspa_plugin_t *plugin, in snd_pcm_ladspa_check_connect() 625 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_allocate_instances() local 710 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_allocate_memory() local [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | plugin.c | 51 plugin_add_dependencies (GstPlugin * plugin) in plugin_add_dependencies() 74 plugin_register_decoders (GstPlugin * plugin, GstVaDevice * device, in plugin_register_decoders() 155 plugin_register_encoders (GstPlugin * plugin, GstVaDevice * device, in plugin_register_encoders() 191 plugin_register_vpp (GstPlugin * plugin, GstVaDevice * device) in plugin_register_vpp() 243 plugin_register_elements (GstPlugin * plugin, GstVaDevice * device) in plugin_register_elements() 312 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/mindspore/mindspore/train/summary/ |
D | writer.py | 59 def write(self, plugin, data): argument 99 def write(self, plugin, data): argument 108 def write(self, plugin, data): argument 118 def write(self, plugin, data): argument 127 def write(self, plugin, data): argument
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdk.c | 86 plugin_add_dependencies (GstPlugin * plugin) in plugin_add_dependencies() 111 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | plugin.c | 38 register_video_decoder (GstPlugin * plugin, GstV4l2CodecDevice * device) in register_video_decoder() 87 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/boost/libs/dll/example/tutorial8/ |
D | refcounting_api.hpp | 34 inline boost::shared_ptr<my_refcounting_api> bind(my_refcounting_api* plugin) { in bind() 66 my_refcounting_api* plugin = creator(); in get_plugin() local
|
/third_party/node/deps/npm/test/tap/ |
D | adduser-always-auth.js | 48 mr({ port: common.port, plugin: mocks }, function (er, s) { property 91 mr({ port: port, plugin: mocks }, function (er, s) { property 136 mr({ port: port, plugin: mocks }, function (er, s) { property 178 mr({ port: common.port, plugin: mocks }, function (er, s) { property 207 mr({ port: common.port, plugin: mocks }, function (er, s) { property 235 mr({ port: common.port, plugin: mocks }, function (er, s) { property
|
/third_party/mindspore/mindspore/train/ |
D | _utils.py | 173 def _check_to_numpy(plugin, tensor): argument 192 def _check_lineage_value(plugin, value): argument 194 def raises(plugin, prototype): argument
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gstfactories.c | 72 GstPlugin *plugin; in do_element_new() local 106 GstPlugin *plugin; in do_plugin_feature_loaded() local
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2.c | 123 gst_v4l2_probe_and_register (GstPlugin * plugin) in gst_v4l2_probe_and_register() 250 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspa.c | 159 ladspa_plugin_register_element (GstPlugin * plugin, GstStructure * ladspa_meta) in ladspa_plugin_register_element() 296 GModule *plugin; in ladspa_plugin_directory_search() local 343 ladspa_plugin_path_search (GstPlugin * plugin) in ladspa_plugin_path_search() 451 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2.c | 107 lv2_plugin_register_element (GstPlugin * plugin, GstStructure * lv2_meta) in lv2_plugin_register_element() 163 lv2_plugin_discover (GstPlugin * plugin) in lv2_plugin_discover() 254 plugin_init (GstPlugin * plugin) in plugin_init() 379 static void plugin_cleanup (GstPlugin * plugin) in plugin_cleanup()
|
/third_party/gstreamer/gstplugins_base/ext/libvisual/ |
D | plugin.c | 56 gst_visual_actor_plugin_is_gl (VisObject * plugin, const gchar * name) in gst_visual_actor_plugin_is_gl() 75 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/ext/mdns/ |
D | gstmicrodns.c | 31 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimage.c | 28 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/ext/flite/ |
D | gstflite.c | 31 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_good/sys/directsound/ |
D | gstdirectsoundplugin.c | 36 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudio.c | 38 plugin_init (GstPlugin * plugin) in plugin_init()
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipeline.c | 29 plugin_init (GstPlugin * plugin) in plugin_init()
|