Home
last modified time | relevance | path

Searched refs:NCV_MEM_RESIDENCE_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp93 error_entry( NCV_MEM_RESIDENCE_ERROR ),
209 ncvStat = NCV_MEM_RESIDENCE_ERROR; in memSegCopyHelper()
239 ncvStat = NCV_MEM_RESIDENCE_ERROR; in memSegCopyHelper()
243 ncvStat = NCV_MEM_RESIDENCE_ERROR; in memSegCopyHelper()
281 ncvStat = NCV_MEM_RESIDENCE_ERROR; in memSegCopyHelper2D()
311 ncvStat = NCV_MEM_RESIDENCE_ERROR; in memSegCopyHelper2D()
315 ncvStat = NCV_MEM_RESIDENCE_ERROR; in memSegCopyHelper2D()
774 hypotheses.memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvGroupRectangles_host()
778 … hypothesesWeights->memType() == NCVMemoryTypeHostPinned, NCV_MEM_RESIDENCE_ERROR); in ncvGroupRectangles_host()
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVColorConversion.hpp83 …() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR);
DNCVHaarObjectDetection.cu979 integral.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
984 d_HaarStages.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
986 ncvAssertReturn(h_HaarStages.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_device()
1496 pixelMask.memType() == NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvGrowDetectionsVector_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()
1576 ncvAssertReturn(h_HaarStages.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvDetectObjectsMultiScale_device()
1920 … h_integralImage.memType() == NCVMemoryTypeHostPinned), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_host()
1924 h_HaarStages.memType() == NCVMemoryTypeHostPinned), NCV_MEM_RESIDENCE_ERROR); in ncvApplyHaarClassifierCascade_host()
2079 pixelMask.memType() != NCVMemoryTypeDevice, NCV_MEM_RESIDENCE_ERROR); in ncvGrowDetectionsVector_host()
[all …]
DNCVPyramid.cu485 ncvAssertReturn(outImg.memType() == this->layer0->memType(), NCV_MEM_RESIDENCE_ERROR);
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp340 NCV_MEM_RESIDENCE_ERROR, enumerator