Home
last modified time | relevance | path

Searched refs:CV_StsAutoTrace (Results 1 – 4 of 4) 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
/external/opencv3/modules/core/src/
Dsystem.cpp745 case CV_StsAutoTrace : return "Autotrace call"; in cvErrorStr()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h128 CV_StsAutoTrace= -8, /**< tracing */ enumerator