HomeSort by relevance Sort by last modified time
    Searched defs:getCompressedThumbnail (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 61 protected byte[] getCompressedThumbnail() {
ExifOutputStream.java 256 dataOutputStream.write(mExifData.getCompressedThumbnail());
390 lengthTag.setValue(mExifData.getCompressedThumbnail().length);
466 offset += mExifData.getCompressedThumbnail().length;

Completed in 50 milliseconds