Home
last modified time | relevance | path

Searched refs:CV_FILE_STORAGE (Results 1 – 1 of 1) 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()