Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp162 #define CV_FILE_STORAGE ('Y' + ('A' << 8) + ('M' << 16) + ('L' << 24)) macro
163 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE)
2697 fs->flags = CV_FILE_STORAGE; in cvOpenFileStorage()
/external/opencv3/modules/core/src/
Dpersistence.cpp333 #define CV_FILE_STORAGE ('Y' + ('A' << 8) + ('M' << 16) + ('L' << 24)) macro
334 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE)
2679 fs->flags = CV_FILE_STORAGE; in cvOpenFileStorage()