Home
last modified time | relevance | path

Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java1345 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface
1486 return attribute.getStringValue(mExifByteOrder); in getAttribute()
1494 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()
1504 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()
1530 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1554 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()
1642 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
1652 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
1662 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
1674 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt36008 Landroid/media/ExifInterface;->mExifByteOrder:Ljava/nio/ByteOrder;