HomeSort by relevance Sort by last modified time
    Searched refs:ExifAttribute (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
ExifInterface.java 440 private static class ExifAttribute {
445 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) {
451 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) {
458 return new ExifAttribute(IFD_FORMAT_USHORT, values.length, buffer.array());
461 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) {
465 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) {
472 return new ExifAttribute(IFD_FORMAT_ULONG, values.length, buffer.array());
475 public static ExifAttribute createULong(long value, ByteOrder byteOrder) {
479 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) {
486 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array())
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 43 milliseconds