Searched refs:kJpegMagicBytes (Results 1 – 1 of 1) sorted by relevance
51 static const char kJpegMagicBytes[] = "\xff\xd8\xff"; variable63 if (absl::StartsWith(data, kJpegMagicBytes)) return kJpgFormat; in ClassifyFileFormat()