Searched refs:jpegInterchangeFormatLength (Results 1 – 1 of 1) sorted by relevance
2102 int jpegInterchangeFormatLength = Integer in readExifSegment() local2105 jpegInterchangeFormatLength = Math.min(jpegInterchangeFormat in readExifSegment()2106 + jpegInterchangeFormatLength, exifBytes.length) - jpegInterchangeFormat; in readExifSegment()2107 if (jpegInterchangeFormat > 0 && jpegInterchangeFormatLength > 0) { in readExifSegment()2110 mThumbnailLength = jpegInterchangeFormatLength; in readExifSegment()2115 byte[] thumbnailBytes = new byte[jpegInterchangeFormatLength]; in readExifSegment()