Searched refs:mExifByteOrder (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DExifInterface.java1080 private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN; field in class:ExifInterface
1205 return attribute.getStringValue(mExifByteOrder);
1213 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder);
1223 return Double.toString(attribute.getDoubleValue(mExifByteOrder));
1246 return exifAttribute.getIntValue(mExifByteOrder);
1267 return exifAttribute.getDoubleValue(mExifByteOrder);
1349 ExifAttribute.createUShort(intArray, mExifByteOrder));
1359 ExifAttribute.createSLong(intArray, mExifByteOrder));
1369 ExifAttribute.createULong(longArray, mExifByteOrder));
1381 ExifAttribute.createURational(rationalArray, mExifByteOrder));
[all...]

Completed in 41 milliseconds