Searched refs:hStream (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaloader.c | 61 CUgraphicsResource * resources, CUstream hStream); 63 CUgraphicsResource * resources, CUstream hStream); 78 CUstream hStream); 85 CUresult (CUDAAPI * CuStreamDestroy) (CUstream hStream); 86 CUresult (CUDAAPI * CuStreamSynchronize) (CUstream hStream); 109 unsigned int sharedMemBytes, CUstream hStream, void **kernelParams, 282 CUstream hStream) in CuGraphicsMapResources() argument 286 return gst_cuda_vtable.CuGraphicsMapResources (count, resources, hStream); in CuGraphicsMapResources() 291 CUstream hStream) in CuGraphicsUnmapResources() argument 295 return gst_cuda_vtable.CuGraphicsUnmapResources (count, resources, hStream); in CuGraphicsUnmapResources() [all …]
|
D | gstcudaloader.h | 57 CUstream hStream); 61 CUstream hStream); 88 CUresult CUDAAPI CuMemcpy2DAsync (const CUDA_MEMCPY2D *pCopy, CUstream hStream); 97 CUresult CUDAAPI CuStreamDestroy (CUstream hStream); 99 CUresult CUDAAPI CuStreamSynchronize (CUstream hStream); 144 CUstream hStream,
|
/third_party/mindspore/tests/ut/cpp/stub/runtime/ |
D | cuda.cc | 29 … unsigned int sharedMemBytes, CUstream hStream, void **kernelParams, void **extra) { in cuLaunchKernel() argument
|
D | cuda.h | 78 … unsigned int sharedMemBytes, CUstream hStream, void **kernelParams, void **extra);
|