Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance
1297 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface1428 return attribute.getStringValue(mExifByteOrder); in getAttribute()1436 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()1446 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()1469 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()1490 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()1572 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()1582 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()1592 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()1604 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()[all …]
1274 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface1359 return attribute.getStringValue(mExifByteOrder); in getAttribute()1368 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()1379 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()1402 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()1423 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()1504 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()1514 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()1524 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()1536 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()[all …]