Searched refs:accessible_peer (Results 1 – 1 of 1) sorted by relevance
51 GHashTable *accessible_peer; member95 priv->accessible_peer = g_hash_table_new (g_direct_hash, g_direct_equal); in gst_cuda_context_init()244 g_hash_table_add (priv->accessible_peer, peer); in gst_cuda_context_enable_peer_access()259 if (context->priv->accessible_peer) { in gst_cuda_context_weak_ref_notify()262 g_hash_table_iter_init (&iter, context->priv->accessible_peer); in gst_cuda_context_weak_ref_notify()274 g_hash_table_destroy (context->priv->accessible_peer); in gst_cuda_context_weak_ref_notify()275 context->priv->accessible_peer = NULL; in gst_cuda_context_weak_ref_notify()284 if (!other_priv->accessible_peer) in gst_cuda_context_weak_ref_notify()287 if (g_hash_table_lookup (other_priv->accessible_peer, context)) { in gst_cuda_context_weak_ref_notify()296 g_hash_table_remove (other_priv->accessible_peer, context); in gst_cuda_context_weak_ref_notify()[all …]