Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp252 Ncv32u widthbytes, Ncv32u height, cudaStream_t cuStream) in memSegCopyHelper2D() argument
265 memcpy((char*)dst + i * dstPitch, (char*)src + i * srcPitch, widthbytes); in memSegCopyHelper2D()
272 …ncvAssertCUDAReturn(cudaMemcpy2DAsync(dst, dstPitch, src, srcPitch, widthbytes, height, cudaMemcpy… in memSegCopyHelper2D()
276 …ncvAssertCUDAReturn(cudaMemcpy2D(dst, dstPitch, src, srcPitch, widthbytes, height, cudaMemcpyDevic… in memSegCopyHelper2D()
291 …ncvAssertCUDAReturn(cudaMemcpy2DAsync(dst, dstPitch, src, srcPitch, widthbytes, height, cudaMemcpy… in memSegCopyHelper2D()
295 …ncvAssertCUDAReturn(cudaMemcpy2D(dst, dstPitch, src, srcPitch, widthbytes, height, cudaMemcpyHostT… in memSegCopyHelper2D()
302 …ncvAssertCUDAReturn(cudaMemcpy2DAsync(dst, dstPitch, src, srcPitch, widthbytes, height, cudaMemcpy… in memSegCopyHelper2D()
306 …ncvAssertCUDAReturn(cudaMemcpy2D(dst, dstPitch, src, srcPitch, widthbytes, height, cudaMemcpyDevic… in memSegCopyHelper2D()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp559 Ncv32u widthbytes, Ncv32u height, cudaStream_t cuStream);