Searched refs:cvErrorStr (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxerror.cpp157 cvErrorStr(code), err_msg ? err_msg : "no description" );
189 cvErrorStr(code), err_msg ? err_msg : "no description",
243 *errorcode_desc = cvErrorStr( code );
270 CV_IMPL const char* cvErrorStr( int status ) function
/external/opencv3/modules/ts/src/
H A Dts.cpp226 const char* errorStr = cvErrorStr(exc.code);
445 ts->printf(TS::LOG, "OpenCV Error:\n\t%s (%s) in %s, file %s, line %d\n", cvErrorStr(status), err_msg, func_name[0] != 0 ? func_name : "unknown function", file_name, line);
/external/opencv3/modules/core/src/
H A Dsystem.cpp636 const char* errorStr = cvErrorStr(exc.code);
732 CV_IMPL const char* cvErrorStr( int status ) function
/external/opencv/cxcore/include/
H A Dcxcore.h1515 CVAPI(const char*) cvErrorStr( int status );
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h2632 CVAPI(const char*) cvErrorStr( int status );

Completed in 98 milliseconds