Home
last modified time | relevance | path

Searched refs:can_access (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudacontext.c231 gint can_access = 0; in gst_cuda_context_enable_peer_access() local
233 cuda_ret = CuDeviceCanAccessPeer (&can_access, device, other_dev); in gst_cuda_context_enable_peer_access()
235 if (!gst_cuda_result (cuda_ret) || !can_access) { in gst_cuda_context_enable_peer_access()