Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.c409 resource->cuda_context = gst_object_ref (context); in gst_cuda_graphics_resource_new()
540 GstCudaContext *cuda_context = resource->cuda_context; in unregister_resource_from_gl_thread() local
542 if (!gst_cuda_context_push (cuda_context)) { in unregister_resource_from_gl_thread()
543 GST_WARNING_OBJECT (cuda_context, "failed to push CUDA context"); in unregister_resource_from_gl_thread()
550 GST_WARNING_OBJECT (cuda_context, "failed to pop CUDA context"); in unregister_resource_from_gl_thread()
580 gst_object_unref (resource->cuda_context); in gst_cuda_graphics_resource_free()
Dgstcudautils.h90 GstCudaContext *cuda_context; member