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

  /external/opencv/cxcore/include/
cxerror.h 102 #define CV_StsBadMemBlock -214 /* an allocated block has been corrupted */
  /external/opencv/cxcore/src/
cxerror.cpp 302 case CV_StsBadMemBlock : return "Memory block has been corrupted";
435 case CV_BADMEMBLOCK_ERR: return CV_StsBadMemBlock;
  /external/opencv3/modules/core/src/
system.cpp 764 case CV_StsBadMemBlock : return "Memory block has been corrupted";
810 case CV_BADMEMBLOCK_ERR: return CV_StsBadMemBlock;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 165 CV_StsBadMemBlock= -214, /**< an allocated block has been corrupted */
    [all...]

Completed in 45 milliseconds