Searched refs:SOS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DSOSMarkerSegment.java40 * An SOS (Start Of Scan) marker segment.
52 super(JPEG.SOS);
85 super(JPEG.SOS);
158 // We don't write SOS segments; the IJG library does.
162 printTag("SOS");
183 * A scan component spec within an SOS marker segment.
H A DJPEG.java113 public static final int SOS = 0xDA; field in class:JPEG
H A DJPEGMetadata.java313 case JPEG.SOS:
316 ("SOS not permitted in stream metadata");
966 if (ms.tag == JPEG.SOS) {
1177 * the first SOS segment, if there is one.
1178 * If there is no SOS segment, the new DQT segment is added to the end
1253 * the first SOS segment, if there is one.
1254 * If there is no SOS segment, the new DHT segment is added to the end
1331 * the first SOS segment, if there is one.
1332 * If there is no SOS segment, the new DRI segment is added to the end
1467 * If there are any SOS segment
[all...]

Completed in 35 milliseconds