Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance
1465 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface1711 return attribute.getStringValue(mExifByteOrder); in getAttribute()1719 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()1729 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()1755 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()1779 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()1867 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()1877 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()1887 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()1899 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()[all …]
28757 Landroid/media/ExifInterface;->mExifByteOrder:Ljava/nio/ByteOrder;