Searched refs:CV_StsAutoTrace (Results 1 – 4 of 4) sorted by relevance
153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace ) in cvStdErrReport()179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvGuiBoxReport()283 case CV_StsAutoTrace : return "Autotrace call"; in cvErrorStr()343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvError()
60 #define CV_StsAutoTrace -8 /* tracing */ macro
745 case CV_StsAutoTrace : return "Autotrace call"; in cvErrorStr()
128 CV_StsAutoTrace= -8, /**< tracing */ enumerator