Searched refs:mExifByteOrder (Results 1 – 2 of 2) sorted by relevance
1303 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface1434 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 …]
3683 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in ExifInterface3777 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 …]