Searched refs:CuMemAllocPitch (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaloader.c | 73 CUresult (CUDAAPI * CuMemAllocPitch) (CUdeviceptr * dptr, size_t * pPitch, 165 LOAD_SYMBOL (cuMemAllocPitch, CuMemAllocPitch); in gst_cuda_load_library() 335 CuMemAllocPitch (CUdeviceptr * dptr, size_t * pPitch, size_t WidthInBytes, in CuMemAllocPitch() function 338 g_assert (gst_cuda_vtable.CuMemAllocPitch != NULL); in CuMemAllocPitch() 340 return gst_cuda_vtable.CuMemAllocPitch (dptr, pPitch, WidthInBytes, Height, in CuMemAllocPitch()
|
D | gstcudaloader.h | 77 CUresult CUDAAPI CuMemAllocPitch (CUdeviceptr * dptr,
|
D | cuda-converter.c | 971 ret = CuMemAllocPitch (&convert->fallback_buffer[plane].device_ptr, in convert_ensure_fallback_memory() 2039 cuda_ret = CuMemAllocPitch (&convert->unpack_surface.device_ptr, in cuda_converter_lookup_path() 2051 cuda_ret = CuMemAllocPitch (&convert->y444_surface[i].device_ptr, in cuda_converter_lookup_path() 2100 cuda_ret = CuMemAllocPitch (&convert->unpack_surface.device_ptr, in cuda_converter_lookup_path()
|
D | gstcudamemory.c | 128 ret = gst_cuda_result (CuMemAllocPitch (&data, &stride, width, height, 16)); in gst_cuda_allocator_alloc()
|
D | gstnvbaseenc.c | 1901 CuMemAllocPitch (&resource->cuda_pointer, in gst_nv_base_enc_set_format()
|