Searched refs:CV_STORAGE_WRITE (Results 1 – 6 of 6) sorted by relevance
1633 #define CV_STORAGE_WRITE 1 macro1634 #define CV_STORAGE_WRITE_TEXT CV_STORAGE_WRITE1635 #define CV_STORAGE_WRITE_BINARY CV_STORAGE_WRITE
1663 #define CV_STORAGE_WRITE 1 macro1664 #define CV_STORAGE_WRITE_TEXT CV_STORAGE_WRITE1665 #define CV_STORAGE_WRITE_BINARY CV_STORAGE_WRITE
69 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE )); in save()
5120 CV_CALL( fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE )); in cvSave()
5019 fs = cvOpenFileStorage( filename, 0, CV_STORAGE_WRITE ); in cvSave()