Searched refs:CV_StsBackTrace (Results 1 – 2 of 2) sorted by relevance
53 #define CV_StsBackTrace -1 /* pseudo error for back trace */ macro111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
153 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()