HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsNoMem (Results 1 - 8 of 8) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 56 #define CV_StsNoMem -4 /* insufficient memory */
  /external/opencv/cxcore/src/
cxalloc.cpp 111 CV_ERROR( CV_StsNoMem, "Out of memory" );
cxerror.cpp 280 case CV_StsNoMem : return "Insufficient memory";
439 case CV_OUTOFMEM_ERR: return CV_StsNoMem;
  /external/opencv3/modules/core/src/
system.cpp 742 case CV_StsNoMem : return "Insufficient memory";
814 case CV_OUTOFMEM_ERR: return CV_StsNoMem;
    [all...]
alloc.cpp 52 CV_Error_(CV_StsNoMem, ("Failed to allocate %lu bytes", (unsigned long)size));
array.cpp 822 CV_Error(CV_StsNoMem, "Too big buffer is allocated" );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 124 CV_StsNoMem= -4, /**< insufficient memory */
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]

Completed in 54 milliseconds