Searched defs:strip (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifData.java80 * Adds an uncompressed strip.
82 protected void setStripBytes(int index, byte[] strip) { argument
84 mStripBytes.set(index, strip);
89 mStripBytes.add(strip);
94 * Gets the strip count.
101 * Gets the strip at the specified index.
110 * Returns true if this header contains uncompressed strip.

Completed in 57 milliseconds