Home
last modified time | relevance | path

Searched refs:CV_STORAGE_MAGIC_VAL (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h1158 #define CV_STORAGE_MAGIC_VAL 0x42890000 macro
1173 (((CvMemStorage*)(storage))->signature & CV_MAGIC_MASK) == CV_STORAGE_MAGIC_VAL)
/external/opencv/cxcore/src/
Dcxdatastructs.cpp99 storage->signature = CV_STORAGE_MAGIC_VAL; in icvInitMemStorage()