Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
Dprivate.hpp82 static inline void checkNcvError(int err, const char* file, const int line, const char* func) in checkNcvError() function
92 #define ncvSafeCall(expr) cv::cuda::checkNcvError(expr, __FILE__, __LINE__, CV_Func)