/external/opencv3/modules/cudalegacy/test/ |
D | TestHaarCascadeApplication.cpp | 122 ncvAssertReturn(h_HaarStages.isMemAllocated(), false); in process() 124 ncvAssertReturn(h_HaarNodes.isMemAllocated(), false); in process() 126 ncvAssertReturn(h_HaarFeatures.isMemAllocated(), false); in process() 129 ncvAssertReturn(d_HaarStages.isMemAllocated(), false); in process() 131 ncvAssertReturn(d_HaarNodes.isMemAllocated(), false); in process() 133 ncvAssertReturn(d_HaarFeatures.isMemAllocated(), false); in process() 170 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 172 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 178 ncvAssertReturn(d_integralImage.isMemAllocated(), false); in process() 180 ncvAssertReturn(d_sqIntegralImage.isMemAllocated(), false); in process() [all …]
|
D | TestRectStdDev.cpp | 99 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 101 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 104 ncvAssertReturn(d_imgII.isMemAllocated(), false); in process() 106 ncvAssertReturn(h_imgII.isMemAllocated(), false); in process() 109 ncvAssertReturn(d_imgSII.isMemAllocated(), false); in process() 111 ncvAssertReturn(h_imgSII.isMemAllocated(), false); in process() 114 ncvAssertReturn(d_norm.isMemAllocated(), false); in process() 116 ncvAssertReturn(h_norm.isMemAllocated(), false); in process() 118 ncvAssertReturn(h_norm_d.isMemAllocated(), false); in process() 127 ncvAssertReturn(d_tmpBuf.isMemAllocated(), false); in process()
|
D | TestCompact.cpp | 78 ncvAssertReturn(h_vecSrc.isMemAllocated(), false); in process() 80 ncvAssertReturn(d_vecSrc.isMemAllocated(), false); in process() 83 ncvAssertReturn(h_vecDst.isMemAllocated(), false); in process() 85 ncvAssertReturn(d_vecDst.isMemAllocated(), false); in process() 87 ncvAssertReturn(h_vecDst_d.isMemAllocated(), false); in process() 104 ncvAssertReturn(h_dstLen.isMemAllocated(), false); in process() 109 ncvAssertReturn(d_tmpBuf.isMemAllocated(), false); in process()
|
D | TestIntegralImageSquared.cpp | 80 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 82 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 84 ncvAssertReturn(d_imgSII.isMemAllocated(), false); in process() 86 ncvAssertReturn(h_imgSII.isMemAllocated(), false); in process() 88 ncvAssertReturn(h_imgSII_d.isMemAllocated(), false); in process() 94 ncvAssertReturn(d_tmpBuf.isMemAllocated(), false); in process()
|
D | TestHaarCascadeLoader.cpp | 79 ncvAssertReturn(h_HaarStages.isMemAllocated(), false); in process() 81 ncvAssertReturn(h_HaarNodes.isMemAllocated(), false); in process() 83 ncvAssertReturn(h_HaarFeatures.isMemAllocated(), false); in process() 86 ncvAssertReturn(h_HaarStages_2.isMemAllocated(), false); in process() 88 ncvAssertReturn(h_HaarNodes_2.isMemAllocated(), false); in process() 90 ncvAssertReturn(h_HaarFeatures_2.isMemAllocated(), false); in process()
|
D | TestIntegralImage.cpp | 86 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 88 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 90 ncvAssertReturn(d_imgII.isMemAllocated(), false); in process() 92 ncvAssertReturn(h_imgII.isMemAllocated(), false); in process() 94 ncvAssertReturn(h_imgII_d.isMemAllocated(), false); in process() 113 ncvAssertReturn(d_tmpBuf.isMemAllocated(), false); in process()
|
D | TestTranspose.cpp | 83 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 85 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 88 ncvAssertReturn(d_dst.isMemAllocated(), false); in process() 90 ncvAssertReturn(h_dst.isMemAllocated(), false); in process() 92 ncvAssertReturn(h_dst_d.isMemAllocated(), false); in process()
|
D | TestHypothesesGrow.cpp | 88 ncvAssertReturn(h_vecSrc.isMemAllocated(), false); in process() 90 ncvAssertReturn(d_vecSrc.isMemAllocated(), false); in process() 93 ncvAssertReturn(h_vecDst.isMemAllocated(), false); in process() 95 ncvAssertReturn(d_vecDst.isMemAllocated(), false); in process() 97 ncvAssertReturn(h_vecDst_d.isMemAllocated(), false); in process()
|
D | TestResize.cpp | 94 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 96 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 99 ncvAssertReturn(d_small.isMemAllocated(), false); in process() 101 ncvAssertReturn(h_small.isMemAllocated(), false); in process() 103 ncvAssertReturn(h_small_d.isMemAllocated(), false); in process()
|
D | TestDrawRects.cpp | 88 ncvAssertReturn(d_img.isMemAllocated(), false); in process() 90 ncvAssertReturn(h_img.isMemAllocated(), false); in process() 92 ncvAssertReturn(h_img_d.isMemAllocated(), false); in process() 95 ncvAssertReturn(d_rects.isMemAllocated(), false); in process() 97 ncvAssertReturn(h_rects.isMemAllocated(), false); in process()
|
D | TestHypothesesFilter.cpp | 97 ncvAssertReturn(h_random32u.isMemAllocated(), false); in process() 102 ncvAssertReturn(h_vecSrc.isMemAllocated(), false); in process() 104 ncvAssertReturn(h_vecDst_groundTruth.isMemAllocated(), false); in process()
|
D | NCVTestSourceProvider.hpp | 72 …ncvAssertPrintReturn(data.get()->isMemAllocated(), "NCVTestSourceProvider ctor:: Matrix not alloca… in NCVTestSourceProvider() 107 …ncvAssertPrintReturn(data.get()->isMemAllocated(), "NCVTestSourceProvider ctor:: Matrix not alloca… in NCVTestSourceProvider()
|
/external/opencv3/samples/gpu/ |
D | cascadeclassifier_nvidia_api.cpp | 103 ncvAssertReturn(d_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in process() 105 ncvAssertReturn(h_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in process() 107 ncvAssertReturn(d_rects.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in process() 236 ncvAssertPrintReturn(h_haarStages.isMemAllocated(), "Error in cascade CPU allocator", -1); in main() 238 ncvAssertPrintReturn(h_haarNodes.isMemAllocated(), "Error in cascade CPU allocator", -1); in main() 241 ncvAssertPrintReturn(h_haarFeatures.isMemAllocated(), "Error in cascade CPU allocator", -1); in main() 248 ncvAssertPrintReturn(d_haarStages.isMemAllocated(), "Error in cascade GPU allocator", -1); in main() 250 ncvAssertPrintReturn(d_haarNodes.isMemAllocated(), "Error in cascade GPU allocator", -1); in main() 252 ncvAssertPrintReturn(d_haarFeatures.isMemAllocated(), "Error in cascade GPU allocator", -1); in main()
|
D | opticalflow_nvidia_api.cpp | 89 ncvAssertReturn (dst->isMemAllocated (), NCV_ALLOCATOR_BAD_ALLOC); in CopyData() 192 ncvAssertReturn(host_u.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ShowFlow() 195 ncvAssertReturn (host_v.isMemAllocated (), NCV_ALLOCATOR_BAD_ALLOC); in ShowFlow() 430 ncvAssertReturn(src->isMemAllocated(), -1); in main() 433 ncvAssertReturn (dst->isMemAllocated (), -1); in main() 443 ncvAssertReturn(name.isMemAllocated(), -1); in main()
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | cascadeclassifier.cpp | 249 …ncvAssertPrintReturn(h_haarStages->isMemAllocated(), "Error in cascade CPU allocator", NCV_CUDA_ER… in load() 250 …ncvAssertPrintReturn(h_haarNodes->isMemAllocated(), "Error in cascade CPU allocator", NCV_CUDA_ERR… in load() 251 …ncvAssertPrintReturn(h_haarFeatures->isMemAllocated(), "Error in cascade CPU allocator", NCV_CUDA_… in load() 260 …ncvAssertPrintReturn(d_haarStages->isMemAllocated(), "Error in cascade GPU allocator", NCV_CUDA_ER… in load() 261 …ncvAssertPrintReturn(d_haarNodes->isMemAllocated(), "Error in cascade GPU allocator", NCV_CUDA_ERR… in load() 262 …ncvAssertPrintReturn(d_haarFeatures->isMemAllocated(), "Error in cascade GPU allocator", NCV_CUDA_… in load() 291 ncvAssertReturn(d_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in calculateMemReqsAndAllocate() 292 ncvAssertReturn(h_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in calculateMemReqsAndAllocate() 295 ncvAssertReturn(d_rects.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in calculateMemReqsAndAllocate()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVHaarObjectDetection.cu | 1019 ncvAssertReturn(h_integralImage.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1021 ncvAssertReturn(h_weights.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1023 ncvAssertReturn(h_pixelMask.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1025 ncvAssertReturn(h_HaarNodes.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1027 ncvAssertReturn(h_HaarFeatures.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1030 ncvAssertReturn(h_pixelMask_d.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1072 ncvAssertReturn(d_vecPixelMaskTmp.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1075 ncvAssertReturn(hp_pool32u.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvApplyHaarClassifierCascade_device() 1609 ncvAssertReturn(integral.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvDetectObjectsMultiScale_device() 1611 ncvAssertReturn(d_sqIntegralImage.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in ncvDetectObjectsMultiScale_device() [all …]
|
D | NCVBroxOpticalFlow.cu | 759 ncvAssertReturn(name.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in NCVBroxOpticalFlow() 820 ncvAssertReturn(pI0->isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in NCVBroxOpticalFlow() 823 ncvAssertReturn(pI1->isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in NCVBroxOpticalFlow() 866 ncvAssertReturn(level_frame0->isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in NCVBroxOpticalFlow() 869 ncvAssertReturn(level_frame1->isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC); in NCVBroxOpticalFlow()
|
D | NCVPyramid.cu | 398 …ncvAssertPrintReturn(((NCVMatrixAlloc<T> *)(this->pyramid[i]))->isMemAllocated(), "NCVImagePyramid… 420 …ncvAssertPrintReturn(h_prevLayer.isMemAllocated(), "Validation failure in NCVImagePyramid::ctor", … 422 …ncvAssertPrintReturn(h_curLayer.isMemAllocated(), "Validation failure in NCVImagePyramid::ctor", );
|
D | NPP_staging.cu | 391 … ncvAssertReturn(gpuAllocator.isCounting() || Tmp32_1.isMemAllocated(), NPPST_MEM_INTERNAL_ERROR); in ncvIntegralImage_device() 393 … ncvAssertReturn(gpuAllocator.isCounting() || Tmp32_2.isMemAllocated(), NPPST_MEM_INTERNAL_ERROR); in ncvIntegralImage_device() 449 ncvAssertReturn(Tmp32_1.isMemAllocated(), NPPST_MEM_INTERNAL_ERROR); in ncvSquaredIntegralImage_device() 451 ncvAssertReturn(Tmp64.isMemAllocated(), NPPST_MEM_INTERNAL_ERROR); in ncvSquaredIntegralImage_device() 1416 …ncvAssertReturn(gpuAllocator.isCounting() || d_hierSums.isMemAllocated(), NPPST_MEM_INTERNAL_ERROR… in compactVector_32u_device() 1418 …ncvAssertReturn(gpuAllocator.isCounting() || d_numDstElements.isMemAllocated(), NPPST_MEM_INTERNAL… in compactVector_32u_device()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 664 NcvBool isMemAllocated() const in isMemAllocated() function in NCVVectorAlloc 893 NcvBool isMemAllocated() const in isMemAllocated() function in NCVMatrixAlloc 1028 ncvAssertReturn(name.isMemAllocated(), err);
|