Home
last modified time | relevance | path

Searched refs:CV_StsNoMem (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxalloc.cpp111 CV_ERROR( CV_StsNoMem, "Out of memory" ); in cvAlloc()
Dcxerror.cpp280 case CV_StsNoMem : return "Insufficient memory"; in cvErrorStr()
439 case CV_OUTOFMEM_ERR: return CV_StsNoMem; in cvErrorFromIppStatus()
/external/opencv/cxcore/include/
Dcxerror.h56 #define CV_StsNoMem -4 /* insufficient memory */ macro