Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
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/
Dcap_qt.cpp314OPENCV_ERROR (CV_StsBadArg, "icvSetProperty_QT_Movie", "unknown or unhandled property_id"); in icvGetProperty_QT_Movie()
422OPENCV_ERROR (CV_StsBadArg, "icvSetProperty_QT_Movie", "unknown or unhandled property_id"); in icvSetProperty_QT_Movie()
Dcap_dc1394.cpp115 OPENCV_ERROR(CV_StsInternal, "", "libdc1394 function call returned < 0"); \
/external/opencv3/apps/traincascade/
Dold_ml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" ); in write()
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" ); in read()
/external/opencv/ml/src/
Dml_inner_functions.cpp114 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::write", "" ); in write()
120 OPENCV_ERROR( CV_StsNotImplemented, "CvStatModel::read", "" ); in read()
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2661 #define OPENCV_ERROR(status,func,context) \ macro
2666 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}