HomeSort by relevance Sort by last modified time
    Searched refs:NPPST_NULL_POINTER_ERROR (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/cudalegacy/src/cuda/
NPP_staging.cu 376 ncvAssertReturn((d_src != NULL && d_dst != NULL) || gpuAllocator.isCounting(), NPPST_NULL_POINTER_ERROR);
432 ncvAssertReturn((d_src != NULL && d_dst != NULL) || gpuAllocator.isCounting(), NPPST_NULL_POINTER_ERROR);
489 ncvAssertReturn(pBufsize != NULL, NPPST_NULL_POINTER_ERROR);
507 ncvAssertReturn(pBufsize != NULL, NPPST_NULL_POINTER_ERROR);
525 ncvAssertReturn(pBufsize != NULL, NPPST_NULL_POINTER_ERROR);
590 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR);
622 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR);
656 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR);
753 ncvAssertReturn(d_src != NULL && d_dst != NULL, NPPST_NULL_POINTER_ERROR);
814 ncvAssertReturn(h_src != NULL && h_dst != NULL, NPPST_NULL_POINTER_ERROR);
    [all...]
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 358 NPPST_NULL_POINTER_ERROR, ///< NULL pointer argument error
  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 105 error_entry( NPPST_NULL_POINTER_ERROR ),

Completed in 54 milliseconds