Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c53 CUresult (CUDAAPI * CuCtxDestroy) (CUcontext ctx);
150 LOAD_SYMBOL (cuCtxDestroy, CuCtxDestroy); in gst_cuda_load_library()
241 CuCtxDestroy (CUcontext ctx) in CuCtxDestroy() function
243 g_assert (gst_cuda_vtable.CuCtxDestroy != NULL); in CuCtxDestroy()
245 return gst_cuda_vtable.CuCtxDestroy (ctx); in CuCtxDestroy()
Dgstcudaloader.h44 CUresult CUDAAPI CuCtxDestroy (CUcontext ctx);
Dplugin.c232 CuCtxDestroy (cuda_ctx); in plugin_init()
Dgstcudacontext.c310 gst_cuda_result (CuCtxDestroy (priv->context)); in gst_cuda_context_finalize()