Home
last modified time | relevance | path

Searched refs:NCVMemoryTypeNone (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp429 NCVMemoryTypeNone, enumerator
583 _memtype = NCVMemoryTypeNone; in clear()
599 ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) && in copySolid()
600 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid()
603 if (this->_memtype != NCVMemoryTypeNone) in copySolid()
757 _memtype = NCVMemoryTypeNone; in clear()
780 ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) && in copySolid()
781 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid()
784 if (this->_memtype != NCVMemoryTypeNone) in copySolid()
798 ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) && in copy2D()
[all …]
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVColorConversion.hpp83 …_imgIn.memType() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RE…
84 NCV_SET_SKIP_COND(h_imgIn.memType() == NCVMemoryTypeNone);
DNCVHaarObjectDetection.cu979 integral.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
984 d_HaarStages.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
1569 d_srcImg.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvDetectObjectsMultiScale_device()
1574 d_HaarStages.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvDetectObjectsMultiScale_device()
DNCVPyramid.cu527 NCV_SET_SKIP_COND(outImg.memType() == NCVMemoryTypeNone);
DNPP_staging.cu374 gpuAllocator.memType() == NCVMemoryTypeNone, NPPST_MEM_RESIDENCE_ERROR); in ncvIntegralImage_device()
431 gpuAllocator.memType() == NCVMemoryTypeNone, NPPST_MEM_RESIDENCE_ERROR); in ncvSquaredIntegralImage_device()
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp172 memtype = NCVMemoryTypeNone; in clear()
330 _memType(NCVMemoryTypeNone), in NCVMemStackAllocator()
353 …ncvAssertPrintCheck(memT != NCVMemoryTypeNone, "NCVMemStackAllocator ctor:: Incorrect allocator ty… in NCVMemStackAllocator()
471 return this->_memType == NCVMemoryTypeNone; in isCounting()
506 …ncvAssertPrintReturn(memT != NCVMemoryTypeNone, "NCVMemNativeAllocator ctor:: counting not permitt… in NCVMemNativeAllocator()