OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtSignTiffMM
(Results
1 - 2
of
2
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
51
static const char
fmtSignTiffMM
[] = "MM\x00\x2a";
67
memcmp( signature,
fmtSignTiffMM
, 4 ) == 0;
125
memcmp( signature,
fmtSignTiffMM
, 4 ) == 0;
272
memcmp( signature,
fmtSignTiffMM
, 4 ) == 0;
/external/opencv3/modules/imgcodecs/src/
grfmt_tiff.cpp
59
static const char
fmtSignTiffMM
[] = "MM\x00\x2a";
105
memcmp(signature.c_str(),
fmtSignTiffMM
, 4) == 0);
Completed in 55 milliseconds