Searched refs:JPEG_SOI (Results 1 – 1 of 1) sorted by relevance
56 constexpr uint8_t JPEG_SOI = 0xD8; variable1301 if (*imageBytes != JPEG_MARKER_PREFIX || *(imageBytes + INDEX_ONE) != JPEG_SOI) { in WriteJpegPreApp()