Searched refs:fmtSignTiffII (Results 1 – 2 of 2) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.cpp | 50 static const char fmtSignTiffII[] = "II\x2a\x00"; variable 66 return memcmp( signature, fmtSignTiffII, 4 ) == 0 || in CheckSignature() 124 return memcmp( signature, fmtSignTiffII, 4 ) == 0 || in CheckFormat() 271 return memcmp( signature, fmtSignTiffII, 4 ) == 0 || in CheckFormat() 713 m_strm.PutBytes( fmtSignTiffII, 4 ); in WriteImage()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_tiff.cpp | 55 static const char fmtSignTiffII[] = "II\x2a\x00"; variable 104 (memcmp(signature.c_str(), fmtSignTiffII, 4) == 0 || in checkSignature() 744 strm.putBytes( fmtSignTiffII, 4 ); in write()
|