Searched refs:potentialMarker (Results 1 – 1 of 1) sorted by relevance
381 uint16_t potentialMarker = CombineTwoBytes(data, curPos); in GetCompressedDataStart() local382 if (potentialMarker < JpegMarker::MIN_MARKER || potentialMarker > JpegMarker::MAX_MARKER) { in GetCompressedDataStart()386 if (!JumpOverCurrentJpegMarker(data, curPos, totalLen, potentialMarker)) { in GetCompressedDataStart()389 if (potentialMarker == JpegMarker::SOS) { in GetCompressedDataStart()