Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp557 CV_EXPORTS NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType,
804 ncvStat = memSegCopyHelper2D(dst._ptr, dst._pitch, dst._memtype, in copy2D()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp250 NCVStatus memSegCopyHelper2D(void *dst, Ncv32u dstPitch, NCVMemoryType dstType, in memSegCopyHelper2D() function