HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_RATIONAL (Results 1 - 14 of 14) sorted by null

  /system/media/camera/include/system/
camera_metadata.h 63 TYPE_RATIONAL = 5,
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 68 public static final short TYPE_RATIONAL = 10;
85 TYPE_TO_SIZE_MAP[TYPE_RATIONAL] = 8;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
142 * @see #TYPE_RATIONAL
182 * @see #TYPE_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
355 * or {@link #TYPE_RATIONAL}.</li>
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
372 } else if (mDataType == TYPE_RATIONAL && checkOverflowForRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 68 public static final short TYPE_RATIONAL = 10;
85 TYPE_TO_SIZE_MAP[TYPE_RATIONAL] = 8;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
142 * @see #TYPE_RATIONAL
182 * @see #TYPE_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
355 * or {@link #TYPE_RATIONAL}.</li>
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
372 } else if (mDataType == TYPE_RATIONAL && checkOverflowForRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifTag.java 61 static final short TYPE_RATIONAL = 10;
78 TYPE_TO_SIZE_MAP[TYPE_RATIONAL] = 8;
116 || type == TYPE_RATIONAL;
134 * @see #TYPE_RATIONAL
172 * @see #TYPE_RATIONAL
308 * #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This method will fail if:
312 * #TYPE_RATIONAL}.
323 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
328 } else if (mDataType == TYPE_RATIONAL && checkOverflowForRational(value)) {
427 * @exception IllegalArgumentException if the data type is {@link #TYPE_RATIONAL} or {@lin
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 68 public static final short TYPE_RATIONAL = 10;
85 TYPE_TO_SIZE_MAP[TYPE_RATIONAL] = 8;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
142 * @see #TYPE_RATIONAL
182 * @see #TYPE_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
355 * or {@link #TYPE_RATIONAL}.</li>
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
372 } else if (mDataType == TYPE_RATIONAL && checkOverflowForRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifTag.java 68 public static final short TYPE_RATIONAL = 10;
85 TYPE_TO_SIZE_MAP[TYPE_RATIONAL] = 8;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
142 * @see #TYPE_RATIONAL
182 * @see #TYPE_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
355 * or {@link #TYPE_RATIONAL}.</li>
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
372 } else if (mDataType == TYPE_RATIONAL && checkOverflowForRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 468 public static final int TYPE_RATIONAL = 5;
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 880 milliseconds