Lines Matching refs:mExifByteOrder

1080     private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN;
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));
1393 ExifAttribute.createSRational(rationalArray, mExifByteOrder));
1403 ExifAttribute.createDouble(doubleArray, mExifByteOrder));
1547 + ", tagValue: '" + tagValue.getStringValue(mExifByteOrder) + "'");
1933 dataInputStream.readUnsignedShort(), mExifByteOrder));
1935 dataInputStream.readUnsignedShort(), mExifByteOrder));
2065 mExifByteOrder = ByteOrder.LITTLE_ENDIAN;
2071 mExifByteOrder = ByteOrder.BIG_ENDIAN;
2078 dataInputStream.setByteOrder(mExifByteOrder);
2152 ExifAttribute.createULong(0, mExifByteOrder));
2156 ExifAttribute.createULong(0, mExifByteOrder));
2160 ExifAttribute.createULong(0, mExifByteOrder));
2164 ExifAttribute.createULong(0, mExifByteOrder));
2338 ExifAttribute.createULong(0, mExifByteOrder));
2342 ExifAttribute.createULong(0, mExifByteOrder));
2346 ExifAttribute.createULong(0, mExifByteOrder));
2350 ExifAttribute.createULong(0, mExifByteOrder));
2352 ExifAttribute.createULong(mThumbnailLength, mExifByteOrder));
2380 ExifAttribute.createULong(thumbnailOffset, mExifByteOrder));
2398 ExifAttribute.createULong(ifdOffsets[IFD_EXIF_HINT], mExifByteOrder));
2402 ExifAttribute.createULong(ifdOffsets[IFD_GPS_HINT], mExifByteOrder));
2406 ifdOffsets[IFD_INTEROPERABILITY_HINT], mExifByteOrder));
2412 dataOutputStream.writeShort(mExifByteOrder == ByteOrder.BIG_ENDIAN
2414 dataOutputStream.setByteOrder(mExifByteOrder);