Searched refs:TYPE_UNSIGNED_BYTE (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifTag.java32 static final short TYPE_UNSIGNED_BYTE = 1; field in class:ExifTag
71 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
109 return type == TYPE_UNSIGNED_BYTE
136 * @see #TYPE_UNSIGNED_BYTE
174 * @see #TYPE_UNSIGNED_BYTE
339 * #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method will fail if:
342 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or {@link
351 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
425 * {@link #TYPE_UNSIGNED_BYTE}, {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_UNSIGNED_SHORT}.
480 case TYPE_UNSIGNED_BYTE
[all...]
H A DExifParser.java606 || type == ExifTag.TYPE_UNSIGNED_BYTE) {
642 case ExifTag.TYPE_UNSIGNED_BYTE:
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java35 public static final short TYPE_UNSIGNED_BYTE = 1; field in class:ExifTag
78 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
144 * @see #TYPE_UNSIGNED_BYTE
184 * @see #TYPE_UNSIGNED_BYTE
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
405 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or
415 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
433 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
436 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} o
[all...]
H A DExifModifier.java179 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifParser.java649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifOutputStream.java506 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifInterface.java2259 gpsFlags | ExifTag.TYPE_UNSIGNED_BYTE << 16 | 4);
2269 gpsFlags | ExifTag.TYPE_UNSIGNED_BYTE << 16 | 1);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java35 public static final short TYPE_UNSIGNED_BYTE = 1; field in class:ExifTag
78 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
144 * @see #TYPE_UNSIGNED_BYTE
184 * @see #TYPE_UNSIGNED_BYTE
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
405 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or
415 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
433 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
436 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} o
[all...]
H A DExifModifier.java180 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifParser.java649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifOutputStream.java506 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifInterface.java2280 gpsFlags | ExifTag.TYPE_UNSIGNED_BYTE << 16 | 4);
2290 gpsFlags | ExifTag.TYPE_UNSIGNED_BYTE << 16 | 1);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifTag.java35 public static final short TYPE_UNSIGNED_BYTE = 1; field in class:ExifTag
78 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
144 * @see #TYPE_UNSIGNED_BYTE
184 * @see #TYPE_UNSIGNED_BYTE
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
405 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or
415 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
433 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
436 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} o
[all...]
H A DExifModifier.java180 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifParser.java651 type == ExifTag.TYPE_UNSIGNED_BYTE) {
682 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifOutputStream.java510 case ExifTag.TYPE_UNSIGNED_BYTE:
H A DExifInterface.java2321 gpsFlags | ExifTag.TYPE_UNSIGNED_BYTE << 16 | 4);
2331 gpsFlags | ExifTag.TYPE_UNSIGNED_BYTE << 16 | 1);

Completed in 3220 milliseconds