Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c125 static GstNvCodecCudaVTable gst_cuda_vtable = { 0, }; variable
134 if (gst_cuda_vtable.loaded) in gst_cuda_load_library()
143 vtable = &gst_cuda_vtable; in gst_cuda_load_library()
211 g_assert (gst_cuda_vtable.CuInit != NULL); in CuInit()
213 return gst_cuda_vtable.CuInit (Flags); in CuInit()
219 g_assert (gst_cuda_vtable.CuGetErrorName != NULL); in CuGetErrorName()
221 return gst_cuda_vtable.CuGetErrorName (error, pStr); in CuGetErrorName()
227 g_assert (gst_cuda_vtable.CuGetErrorString != NULL); in CuGetErrorString()
229 return gst_cuda_vtable.CuGetErrorString (error, pStr); in CuGetErrorString()
235 g_assert (gst_cuda_vtable.CuCtxCreate != NULL); in CuCtxCreate()
[all …]