Home | History | Annotate | Download | only in media

Lines Matching defs:createUShort

2943         public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) {
2953 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) {
2954 return createUShort(new int[] {value}, byteOrder);
3929 ExifAttribute.createUShort(intArray, mExifByteOrder));
5005 ExifAttribute.createUShort(imageLength, mExifByteOrder);
5007 ExifAttribute.createUShort(imageWidth, mExifByteOrder);
5098 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder);
5100 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder);
5395 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder);
5808 ExifAttribute.createUShort(defaultCropSizeValue[0], mExifByteOrder);
5810 ExifAttribute.createUShort(defaultCropSizeValue[1], mExifByteOrder);
5825 ExifAttribute.createUShort(length, mExifByteOrder);
5827 ExifAttribute.createUShort(width, mExifByteOrder);