Searched refs:OPENCV_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxerror.h106 #define OPENCV_ERROR(status,func,context) \ macro
111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}}
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
/external/opencv3/modules/videoio/src/
H A Dcap_qt.cpp314 OPENCV_ERROR (CV_StsBadArg, "icvSetProperty_QT_Movie", "unknown or unhandled property_id");
422 OPENCV_ERROR (CV_StsBadArg, "icvSetProperty_QT_Movie", "unknown or unhandled property_id");
H A Dcap_dc1394.cpp115 OPENCV_ERROR(CV_StsInternal, "", "libdc1394 function call returned < 0"); \
/external/opencv/ml/src/
H A Dml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" );
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" );
/external/opencv3/apps/traincascade/
H A Dold_ml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" );
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" );
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h2661 #define OPENCV_ERROR(status,func,context) \ macro
2666 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}

Completed in 150 milliseconds