Searched refs:stripByteCountsAttribute (Results 1 – 2 of 2) sorted by relevance
3033 ExifAttribute stripByteCountsAttribute = in handleThumbnailFromStrips() local3036 if (stripOffsetsAttribute != null && stripByteCountsAttribute != null) { in handleThumbnailFromStrips()3040 (long[]) stripByteCountsAttribute.getValue(mExifByteOrder); in handleThumbnailFromStrips()
2973 ExifAttribute stripByteCountsAttribute = in handleThumbnailFromStrips() local2976 if (stripOffsetsAttribute != null && stripByteCountsAttribute != null) { in handleThumbnailFromStrips()2980 convertToLongArray(stripByteCountsAttribute.getValue(mExifByteOrder)); in handleThumbnailFromStrips()