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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifData.java75 * Adds an uncompressed strip.
77 public void setStripBytes(int index, byte[] strip) { argument
79 mStripBytes.set(index, strip);
84 mStripBytes.add(strip);
89 * Gets the strip count.
96 * Gets the strip at the specified index.
111 * Returns true if this header contains uncompressed strip of thumbnail.

Completed in 128 milliseconds