Home | History | Annotate | Download | only in media

Lines Matching defs:createUShort

592         public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) {
602 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) {
603 return createUShort(new int[] {value}, byteOrder);
1578 ExifAttribute.createUShort(intArray, mExifByteOrder));
2511 ExifAttribute.createUShort(imageLength, mExifByteOrder);
2513 ExifAttribute.createUShort(imageWidth, mExifByteOrder);
2599 ExifAttribute.createUShort(Integer.parseInt(width), mExifByteOrder));
2604 ExifAttribute.createUShort(Integer.parseInt(height), mExifByteOrder));
2624 ExifAttribute.createUShort(orientation, mExifByteOrder));
2734 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder);
2736 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder);
2899 ExifAttribute.createUShort(0, mExifByteOrder));
3027 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder);
3450 ExifAttribute.createUShort(defaultCropSizeValue[0], mExifByteOrder);
3452 ExifAttribute.createUShort(defaultCropSizeValue[1], mExifByteOrder);
3467 ExifAttribute.createUShort(length, mExifByteOrder);
3469 ExifAttribute.createUShort(width, mExifByteOrder);