Searched defs:CV_ERROR (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxerror.h127 /* CV_FUNCNAME macro defines icvFuncName constant which is used by CV_ERROR macro */
138 CV_ERROR macro unconditionally raises error with passed code and message.
141 #define CV_ERROR( Code, Msg ) \ macro
147 /* Simplified form of CV_ERROR */
149 CV_ERROR( code, "" )
159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h2674 /** CV_FUNCNAME macro defines icvFuncName constant which is used by CV_ERROR macro */
2685 CV_ERROR macro unconditionally raises error with passed code and message.
2688 #define CV_ERROR( Code, Msg ) \ macro
2702 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
2722 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \

Completed in 138 milliseconds