Searched defs:createUShort (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java588 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
598 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
599 return createUShort(new int[] {value}, byteOrder);
1572 ExifAttribute.createUShort(intArray, mExifByteOrder));
2428 ExifAttribute.createUShort(imageLength, mExifByteOrder);
2430 ExifAttribute.createUShort(imageWidth, mExifByteOrder);
2517 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder);
2519 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder);
2809 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder);
3201 ExifAttribute.createUShort(defaultCropSizeValu
[all...]
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java553 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
563 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
564 return createUShort(new int[] {value}, byteOrder);
1504 ExifAttribute.createUShort(intArray, mExifByteOrder));
2366 ExifAttribute.createUShort(imageLength, mExifByteOrder);
2368 ExifAttribute.createUShort(imageWidth, mExifByteOrder);
2459 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder);
2461 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder);
2751 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder);
3164 ExifAttribute.createUShort(defaultCropSizeValu
[all...]

Completed in 1679 milliseconds