Searched refs:NCV_NULL_PTR (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 323 NCV_NULL_PTR, enumerator 600 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid() 781 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copySolid() 799 (dst._ptr != NULL || dst._memtype == NCVMemoryTypeNone), NCV_NULL_PTR); in copy2D()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCV.cu | 131 ncvAssertReturn(d_dst != NULL && d_rects != NULL, NCV_NULL_PTR); in drawRectsWrapperDevice()
|
D | NCVHaarObjectDetection.cu | 992 d_HaarFeatures.ptr() != NULL) || gpuAllocator.isCounting(), NCV_NULL_PTR); in ncvApplyHaarClassifierCascade_device() 1493 ncvAssertReturn(pixelMask.ptr() != NULL && hypotheses.ptr() != NULL, NCV_NULL_PTR); in ncvGrowDetectionsVector_device() 1582 d_HaarFeatures.ptr() != NULL) || gpuAllocator.isCounting(), NCV_NULL_PTR); in ncvDetectObjectsMultiScale_device() 1926 …arStages.ptr() != NULL && h_HaarNodes.ptr() != NULL && h_HaarFeatures.ptr() != NULL, NCV_NULL_PTR); in ncvApplyHaarClassifierCascade_host() 2077 ncvAssertReturn(pixelMask.ptr() != NULL && hypotheses.ptr() != NULL, NCV_NULL_PTR); in ncvGrowDetectionsVector_host()
|
D | NPP_staging.cu | 1770 pKernel != NULL, NCV_NULL_PTR); in nppiStFilterRowBorder_32f_C1R() 1842 pKernel != NULL, NCV_NULL_PTR); in nppiStFilterColumnBorder_32f_C1R()
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 78 error_entry( NCV_NULL_PTR ), 823 ncvAssertReturn(h_dst != NULL && h_rects != NULL, NCV_NULL_PTR); in drawRectsWrapperHost()
|
/external/opencv3/samples/gpu/ |
D | cascadeclassifier_nvidia_api.cpp | 96 ncvAssertReturn(!((srcdst == NULL) ^ gpuAllocator.isCounting()), NCV_NULL_PTR); in process()
|
D | opticalflow_nvidia_api.cpp | 220 if (flowField == 0) return NCV_NULL_PTR; in ShowFlow()
|