Searched refs:NCV_MEM_RESIDENCE_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 93 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/ |
D | NCVColorConversion.hpp | 83 …() == NCVMemoryTypeHostPinned || h_imgIn.memType() == NCVMemoryTypeNone), NCV_MEM_RESIDENCE_ERROR);
|
D | NCVHaarObjectDetection.cu | 979 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 …]
|
D | NCVPyramid.cu | 485 ncvAssertReturn(outImg.memType() == this->layer0->memType(), NCV_MEM_RESIDENCE_ERROR);
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 340 NCV_MEM_RESIDENCE_ERROR, enumerator
|