Searched refs:CV_StsNoMem (Results 1 – 3 of 3) sorted by relevance
111 CV_ERROR( CV_StsNoMem, "Out of memory" ); in cvAlloc()
280 case CV_StsNoMem : return "Insufficient memory"; in cvErrorStr()439 case CV_OUTOFMEM_ERR: return CV_StsNoMem; in cvErrorFromIppStatus()
56 #define CV_StsNoMem -4 /* insufficient memory */ macro