Searched refs:firstBytes (Results 1 – 1 of 1) sorted by relevance
/external/dng_sdk/source/ |
D | dng_info.cpp | 896 uint8 firstBytes [16]; in ParseMakerNote() local 898 memset (firstBytes, 0, sizeof (firstBytes)); in ParseMakerNote() 902 stream.Get (firstBytes, (uint32) Min_uint64 (sizeof (firstBytes), in ParseMakerNote() 907 if (memcmp (firstBytes, "EPSON\000\001\000", 8) == 0) in ParseMakerNote() 930 if (memcmp (firstBytes, "FUJIFILM", 8) == 0) in ParseMakerNote() 960 if ((memcmp (firstBytes, "LEICA\000\000\000", 8) == 0) || in ParseMakerNote() 961 (memcmp (firstBytes, "LEICA0\003\000", 8) == 0) || in ParseMakerNote() 962 (memcmp (firstBytes, "LEICA\000\001\000", 8) == 0) || in ParseMakerNote() 963 (memcmp (firstBytes, "LEICA\000\005\000", 8) == 0)) in ParseMakerNote() 987 if (memcmp (firstBytes, "LEICA\000\002\377", 8) == 0) in ParseMakerNote() [all …]
|