Home
last modified time | relevance | path

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

/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()
283 case CV_StsAutoTrace : return "Autotrace call"; in cvErrorStr()
343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace ) in cvError()
/external/opencv/cxcore/include/
Dcxerror.h60 #define CV_StsAutoTrace -8 /* tracing */ macro