HomeSort by relevance Sort by last modified time
    Searched refs:memSegCopyHelper (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 552 CV_EXPORTS NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType,
605 ncvStat = memSegCopyHelper(dst._ptr, dst._memtype,
786 ncvStat = memSegCopyHelper(dst._ptr, dst._memtype,
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 183 NCVStatus memSegCopyHelper(void *dst, NCVMemoryType dstType, const void *src, NCVMemoryType srcType, size_t sz, cudaStream_t cuStream)

Completed in 72 milliseconds