Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance
1464 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface1710 return attribute.getStringValue(mExifByteOrder); in getAttribute()1718 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()1728 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()1754 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()1778 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()1866 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()1876 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()1886 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()1898 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()[all …]
25879 Landroid/media/ExifInterface;->mExifByteOrder:Ljava/nio/ByteOrder;