Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxpersistence.cpp150 CvWriteComment write_comment; member
2777 fs->write_comment = icvXMLWriteComment; in cvOpenFileStorage()
2791 fs->write_comment = icvYMLWriteComment; in cvOpenFileStorage()
2934 CV_CALL( fs->write_comment( fs, comment, eol_comment )); in cvWriteComment()
/external/opencv3/modules/core/src/
Dpersistence.cpp234 CvWriteComment write_comment; member
2829 fs->write_comment = icvXMLWriteComment; in cvOpenFileStorage()
2843 fs->write_comment = icvYMLWriteComment; in cvOpenFileStorage()
2974 fs->write_comment( fs, comment, eol_comment ); in cvWriteComment()