HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsBackTrace (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 53 #define CV_StsBackTrace -1 /* pseudo error for back trace */
111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}
159 CV_ERROR( CV_StsBackTrace, "Inner function failed." ); \
  /external/opencv/cxcore/src/
cxerror.cpp 153 if( code == CV_StsBackTrace || code == CV_StsAutoTrace )
179 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )
277 case CV_StsBackTrace : return "Backtrace";
343 if( code != CV_StsBackTrace && code != CV_StsAutoTrace )

Completed in 476 milliseconds