Searched refs:fmtSignTiffII (Results 1 - 1 of 1) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp50 static const char fmtSignTiffII[] = "II\x2a\x00"; variable
66 return memcmp( signature, fmtSignTiffII, 4 ) == 0 ||
124 return memcmp( signature, fmtSignTiffII, 4 ) == 0 ||
271 return memcmp( signature, fmtSignTiffII, 4 ) == 0 ||
713 m_strm.PutBytes( fmtSignTiffII, 4 );

Completed in 61 milliseconds