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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
ExifTag.java 53 public static final short TYPE_UNSIGNED_RATIONAL = 5;
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
ExifModifier.java 172 case ExifTag.TYPE_UNSIGNED_RATIONAL:
ExifOutputStream.java 500 case ExifTag.TYPE_UNSIGNED_RATIONAL:
ExifParser.java 698 case ExifTag.TYPE_UNSIGNED_RATIONAL: {
850 * Reads value of type {@link ExifTag#TYPE_UNSIGNED_RATIONAL} from the
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifTagTest.java 64 // TYPE_UNSIGNED_RATIONAL with 3 components
204 ^ (tag.getDataType() == ExifTag.TYPE_UNSIGNED_RATIONAL));
206 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_RATIONAL) {
Util.java 146 case ExifTag.TYPE_UNSIGNED_RATIONAL:
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaDetails.java 117 if (type == ExifTag.TYPE_UNSIGNED_RATIONAL || type == ExifTag.TYPE_RATIONAL) {

Completed in 2253 milliseconds