Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java1303 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface
1434 return attribute.getStringValue(mExifByteOrder); in getAttribute()
1442 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()
1452 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()
1475 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1496 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()
1578 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
1588 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
1598 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
1610 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()
[all …]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
DExifInterface.java3683 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface
3777 return attribute.getStringValue(mExifByteOrder); in getAttribute()
3786 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()
3797 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()
3820 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
3841 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()
3929 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
3939 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
3949 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
3961 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()
[all …]