Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/opencl/
Docl_defs.hpp18 printf("%s: OpenCL implementation is running\n", CV_Func); \
25 printf("%s: Plain implementation is running\n", CV_Func); \
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp350 #define CV_Func __func__ macro
352 #define CV_Func __FUNCTION__ macro
354 #define CV_Func "" macro
367 #define CV_Error( code, msg ) cv::error( code, msg, CV_Func, __FILE__, __LINE__ )
381 #define CV_Error_( code, args ) cv::error( code, cv::format args, CV_Func, __FILE__, __LINE__ )
389 #define CV_Assert( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FI…
392 #define CV_ErrorNoReturn( code, msg ) cv::errorNoReturn( code, msg, CV_Func, __FILE__, __LINE__ )
395 #define CV_ErrorNoReturn_( code, args ) cv::errorNoReturn( code, cv::format args, CV_Func, __FILE__…
Dprivate.cuda.hpp165 #define nppSafeCall(expr) cv::cuda::checkNppError(expr, __FILE__, __LINE__, CV_Func)
166 #define cuSafeCall(expr) cv::cuda::checkCudaDriverApiError(expr, __FILE__, __LINE__, CV_Func)
Dprivate.hpp200 #define setIppErrorStatus() cv::ipp::setIppStatus(-1, CV_Func, __FILE__, __LINE__)
Dutility.hpp75 cv::addImpl(impl, CV_Func); \
/external/opencv3/modules/cudev/include/opencv2/cudev/
Dcommon.hpp76 #define CV_CUDEV_SAFE_CALL(expr) cv::cudev::checkCudaError((expr), __FILE__, __LINE__, CV_Func)
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
Dprivate.hpp92 #define ncvSafeCall(expr) cv::cuda::checkNcvError(expr, __FILE__, __LINE__, CV_Func)
/external/opencv3/modules/core/src/opencl/runtime/
Dopencl_clamdblas.cpp123 CV_Func, __FILE__, __LINE__); in openclamdblas_check_fn()
Dopencl_clamdfft.cpp123 CV_Func, __FILE__, __LINE__); in openclamdfft_check_fn()
Dopencl_core.cpp276 CV_Func, __FILE__, __LINE__); in opencl_check_fn()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dcommon.hpp74 #define cudaSafeCall(expr) cv::cuda::checkCudaError(expr, __FILE__, __LINE__, CV_Func)
/external/opencv3/modules/objdetect/src/
Ddetection_based_tracker.cpp276 LOGE0("\n %s: ERROR: OpenCV Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
278 LOGE0("\n %s: ERROR: Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
280 LOGE0("\n %s: ERROR: UNKNOWN Exception caught\n\n", CV_Func); \
/external/opencv3/modules/cudaarithm/src/
Darithm.cpp116 #define cublasSafeCall(expr) ___cublasSafeCall(expr, __FILE__, __LINE__, CV_Func)
150 #define cufftSafeCall(expr) ___cufftSafeCall(expr, __FILE__, __LINE__, CV_Func)
/external/opencv3/doc/
DDoxyfile.in238 CV_Func = \
/external/opencv3/modules/core/src/
Dopengl.cpp101 #define CV_CheckGlError() CV_DbgAssert( (checkError(__FILE__, __LINE__, CV_Func)) )
Dpersistence.cpp389 icvParseError( fs, CV_Func, (errmsg), __FILE__, __LINE__ )