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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/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
jconfig.doc 106 * which is the normal and rational definition.
  /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 53 # Convert the transform back to rational.
  /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);
497 public static final Key<Rational> SENSOR_BASE_GAIN_FACTOR =
498 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);
865 public static final Key<Rational[]> STATISTICS_PREDICTED_COLOR_TRANSFORM =
866 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
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java     [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /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)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
MediaPlayer.h 174 // engine uses rational numbers to represent media time.
  /external/chromium_org/third_party/mesa/src/docs/
modelers.html 43 </li><li><a href="http://www.sim.no/reducer.html" target="_parent">Rational Reducer</a>
  /external/fdlibm/
e_asin.c 20 * R(x^2) is a rational approximation of (ieee_asin(x)-x)/x^3

Completed in 447 milliseconds

1 23 4 5 6 7 8 91011>>