Home
last modified time | relevance | path

Searched refs:NPPST_NULL_POINTER_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu376 …ertReturn((d_src != NULL && d_dst != NULL) || gpuAllocator.isCounting(), NPPST_NULL_POINTER_ERROR); in ncvIntegralImage_device()
432 …ertReturn((d_src != NULL && d_dst != NULL) || gpuAllocator.isCounting(), NPPST_NULL_POINTER_ERROR); in ncvSquaredIntegralImage_device()
489 ncvAssertReturn(pBufsize != NULL, NPPST_NULL_POINTER_ERROR); in nppiStIntegralGetSize_8u32u()
507 ncvAssertReturn(pBufsize != NULL, NPPST_NULL_POINTER_ERROR); in nppiStIntegralGetSize_32f32f()
525 ncvAssertReturn(pBufsize != NULL, NPPST_NULL_POINTER_ERROR); in nppiStSqrIntegralGetSize_8u64u()
590 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR); in nppiStIntegral_8u32u_C1R_host()
622 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR); in nppiStIntegral_32f32f_C1R_host()
656 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR); in nppiStSqrIntegral_8u64u_C1R_host()
753 ncvAssertReturn(d_src != NULL && d_dst != NULL, NPPST_NULL_POINTER_ERROR); in decimateWrapperDevice()
814 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR); in decimateWrapperHost()
[all …]
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp105 error_entry( NPPST_NULL_POINTER_ERROR ),
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp358 NPPST_NULL_POINTER_ERROR, ///< NULL pointer argument error enumerator