OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtSignTiffII
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
50
static const char
fmtSignTiffII
[] = "II\x2a\x00";
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 );
/external/opencv3/modules/imgcodecs/src/
grfmt_tiff.cpp
55
static const char
fmtSignTiffII
[] = "II\x2a\x00";
104
(memcmp(signature.c_str(),
fmtSignTiffII
, 4) == 0 ||
744
strm.putBytes(
fmtSignTiffII
, 4 );
Completed in 121 milliseconds