Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxerror.cpp157 cvErrorStr(code), err_msg ? err_msg : "no description" ); in cvStdErrReport()
189 cvErrorStr(code), err_msg ? err_msg : "no description", in cvGuiBoxReport()
243 *errorcode_desc = cvErrorStr( code ); in cvGetErrInfo()
270 CV_IMPL const char* cvErrorStr( int status ) in cvErrorStr() function
/external/opencv/cxcore/include/
Dcxcore.h1515 CVAPI(const char*) cvErrorStr( int status );