Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance
1345 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface1486 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 …]
36008 Landroid/media/ExifInterface;->mExifByteOrder:Ljava/nio/ByteOrder;