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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 35 public static final short TYPE_UNSIGNED_BYTE = 1;
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...]
ExifModifier.java 180 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifParser.java 649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
    [all...]
ExifOutputStream.java 506 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifInterface.java     [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifInterfaceTest.java 257 ExifTag.TYPE_UNSIGNED_BYTE, (short) 16, new int[] {
269 ExifTag.TYPE_UNSIGNED_BYTE, (short) 16, new int[] {
276 assertTrue(mInterface.setTagDefinition((short) 42, 5, ExifTag.TYPE_UNSIGNED_BYTE,
281 ExifTag.TYPE_UNSIGNED_BYTE, (short) 16, new int[] {
422 // TYPE_UNSIGNED_BYTE with 4 components
ExifTagTest.java 51 // TYPE_UNSIGNED_BYTE with 4 components
131 ^ (type == ExifTag.TYPE_UNDEFINED || type == ExifTag.TYPE_UNSIGNED_BYTE));
Util.java 102 case ExifTag.TYPE_UNSIGNED_BYTE:

Completed in 437 milliseconds