HomeSort by relevance Sort by last modified time
    Searched full:rational (Results 51 - 75 of 316) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
ExifInterface.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
ExifInterface.java     [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 699 Rational value[] = new Rational[tag.getComponentCount()];
723 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
ExifInterface.java     [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 26 import android.hardware.camera2.Rational;
190 return Rational.class;
233 Rational r = (Rational) value;
249 if (type.isPrimitive() || type == Rational.class) {
313 val = (T) new Rational(buffer.getInt(), buffer.getInt());
345 if (type.isPrimitive() || type == Rational.class) {
  /external/jpeg/
jinclude.h 73 * In ANSI C, and indeed any rational implementation, size_t is also the
  /external/qemu/distrib/jpeg-6b/
jinclude.h 73 * In ANSI C, and indeed any rational implementation, size_t is also the
  /frameworks/base/media/java/android/media/
ExifInterface.java 63 * Type is rational.
79 /** Type is rational. */
156 * Returns the double value of the specified rational tag. If there is no
417 // Some of the rational does not follow the correct format
  /pdk/apps/CameraITS/tests/
test_blc_lsc.py 56 # Convert the transform back to rational.
tutorial.py 112 # Note that the CCM transform is in a rational format in capture
115 # so a conversion from float to rational must be performed.
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_exif.c 136 ALOGE("%s: No memory for rational array", __func__);
177 ALOGE("%s: No memory for signed rational array", __func__);
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java 163 public static final Key<Rational> CONTROL_AE_COMPENSATION_STEP =
164 new Key<Rational>("android.control.aeCompensationStep", Rational.class);
518 public static final Key<Rational> SENSOR_BASE_GAIN_FACTOR =
519 new Key<Rational>("android.sensor.baseGainFactor", Rational.class);
CaptureResult.java 143 public static final Key<Rational[]> COLOR_CORRECTION_TRANSFORM =
144 new Key<Rational[]>("android.colorCorrection.transform", Rational[].class);
891 public static final Key<Rational[]> STATISTICS_PREDICTED_COLOR_TRANSFORM =
892 new Key<Rational[]>("android.statistics.predictedColorTransform", Rational[].class);
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 383 'rational': 'Rational'
422 Makes a special exception for Rational, since it's a primitive in terms of
434 'rational': 'Rational'
  /external/stlport/test/unit/
type_traits_test.cpp 22 CPPUNIT_TEST(rational);
42 void rational();
337 void TypeTraitsTest::rational() function in class:TypeTraitsTest
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 22 CPPUNIT_TEST(rational);
42 void rational();
337 void TypeTraitsTest::rational() function in class:TypeTraitsTest
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 22 CPPUNIT_TEST(rational);
42 void rational();
337 void TypeTraitsTest::rational() function in class:TypeTraitsTest
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asin.c 23 * R(x^2) is a rational approximation of (asin(x)-x)/x^3
  /external/ceres-solver/data/nist/
Kirby2.dat 31 Model: Rational Class (quadratic/quadratic)

Completed in 793 milliseconds

1 23 4 5 6 7 8 91011>>