Searched refs:cache_data (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstplugin.c | 155 if (plugin->priv->cache_data) { in gst_plugin_finalize() 156 gst_structure_free (plugin->priv->cache_data); in gst_plugin_finalize() 1205 return plugin->priv->cache_data; in gst_plugin_get_cache_data() 1219 gst_plugin_set_cache_data (GstPlugin * plugin, GstStructure * cache_data) in gst_plugin_set_cache_data() argument 1222 g_return_if_fail (GST_IS_STRUCTURE (cache_data)); in gst_plugin_set_cache_data() 1224 if (plugin->priv->cache_data) { in gst_plugin_set_cache_data() 1225 gst_structure_free (plugin->priv->cache_data); in gst_plugin_set_cache_data() 1227 plugin->priv->cache_data = cache_data; in gst_plugin_set_cache_data()
|
D | gstplugin.h | 369 void gst_plugin_set_cache_data (GstPlugin * plugin, GstStructure *cache_data);
|
D | gstregistrychunks.c | 477 if (plugin->priv->cache_data) { in _priv_gst_registry_chunks_save_plugin() 478 gchar *cache_str = gst_structure_to_string (plugin->priv->cache_data); in _priv_gst_registry_chunks_save_plugin() 875 plugin->priv->cache_data = gst_structure_from_string (cache_str, NULL); in _priv_gst_registry_chunks_load_plugin()
|
D | gst_private.h | 88 GstStructure *cache_data; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format.h | 62 PIPE_ALIGN_VAR(16) uint32_t cache_data[LP_BUILD_FORMAT_CACHE_SIZE][4][4];
|
/third_party/glib/gobject/ |
D | gtype.c | 362 gpointer cache_data; member 2405 gpointer cache_data = static_class_cache_funcs[i].cache_data; in type_data_last_unref_Wm() local 2409 need_break = cache_func (cache_data, node->data->class.class); in type_data_last_unref_Wm() 2528 g_type_add_class_cache_func (gpointer cache_data, in g_type_add_class_cache_func() argument 2538 static_class_cache_funcs[i].cache_data = cache_data; in g_type_add_class_cache_func() 2553 g_type_remove_class_cache_func (gpointer cache_data, in g_type_remove_class_cache_func() argument 2563 if (static_class_cache_funcs[i].cache_data == cache_data && in g_type_remove_class_cache_func() 2578 cache_func, cache_data); in g_type_remove_class_cache_func()
|
D | gtype.h | 966 typedef gboolean (*GTypeClassCacheFunc) (gpointer cache_data, 2241 void g_type_add_class_cache_func (gpointer cache_data, 2244 void g_type_remove_class_cache_func (gpointer cache_data,
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraenc.c | 736 const guint8 *cache_data; in theora_enc_read_multipass_cache() local 770 cache_data = gst_adapter_map (enc->multipass_cache_adapter, bytes_read); in theora_enc_read_multipass_cache() 773 th_encode_ctl (enc->encoder, TH_ENCCTL_2PASS_IN, (guint8 *) cache_data, in theora_enc_read_multipass_cache()
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 306 auto cache_data = static_cast<char *>(cache_addr); in MemCopyFromCacheToHost() local 317 …memcpy_s(host_data + host_offset, host_max - host_offset, cache_data + cache_offset, single_col_by… in MemCopyFromCacheToHost()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
D | cache_embedding.cc | 145 auto cache_data = static_cast<char *>(cache_addr); in MemCopyFromHostToCache() local 156 …memcpy_s(cache_data + cache_offset, cache_max - cache_offset, host_data + host_offset, single_col_… in MemCopyFromHostToCache()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamc.c | 70 const GstStructure *cache_data; in scan_codecs() local 75 if ((cache_data = gst_plugin_get_cache_data (plugin))) { in scan_codecs() 76 const GValue *arr = gst_structure_get_value (cache_data, "codecs"); in scan_codecs()
|