Lines Matching refs:firstBytes
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()
1010 if (memcmp (firstBytes, "Nikon\000\002", 7) == 0) in ParseMakerNote()
1060 if (memcmp (firstBytes, "OLYMPUS\000", 8) == 0) in ParseMakerNote()
1108 if (memcmp (firstBytes, "OLYMP", 5) == 0) in ParseMakerNote()
1131 if (memcmp (firstBytes, "Panasonic\000\000\000", 12) == 0) in ParseMakerNote()
1154 if (memcmp (firstBytes, "AOC", 4) == 0) in ParseMakerNote()
1195 if (memcmp (firstBytes, "RICOH", 5) == 0 || in ParseMakerNote()
1196 memcmp (firstBytes, "Ricoh", 5) == 0) in ParseMakerNote()
1383 memcmp (firstBytes, "QVC\000\000\000", 6) == 0) in ParseMakerNote()