Searched refs:CV_FILE_STORAGE (Results 1 – 1 of 1) sorted by relevance
162 #define CV_FILE_STORAGE ('Y' + ('A' << 8) + ('M' << 16) + ('L' << 24)) macro163 #define CV_IS_FILE_STORAGE(fs) ((fs) != 0 && (fs)->flags == CV_FILE_STORAGE)2697 fs->flags = CV_FILE_STORAGE; in cvOpenFileStorage()