Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxerror.h53 #define CV_StsBackTrace -1 /* pseudo error for back trace */ macro
111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}
159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
/external/opencv/cxcore/src/
Dcxerror.cpp153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace ) in cvStdErrReport()
179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvGuiBoxReport()
277 case CV_StsBackTrace : return "Backtrace"; in cvErrorStr()
343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvError()