HomeSort by relevance Sort by last modified time
    Searched full:rational (Results 76 - 100 of 390) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Capabilities.java 28 import android.util.Rational;
78 Rational ecStep = p.get(CONTROL_AE_COMPENSATION_STEP);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraCharacteristicsImpl.java 29 import android.util.Rational;
227 Rational compensationStep = mCameraCharacteristics.get(
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 55 import android.util.Rational;
139 final Rational ONE = new Rational(1, 1);
140 final Rational ZERO = new Rational(0, 1);
160 new ColorSpaceTransform(new Rational[] {
    [all...]
StillCaptureTest.java 42 import android.util.Rational;
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 44 import android.util.Rational;
248 private static Object serializeRational(Rational rat) throws org.json.JSONException {
477 } else if (keyType == Rational.class) {
478 return new MetadataEntry(keyName, serializeRational((Rational) keyValue));
541 } else if (elmtType == Rational.class) {
544 jsonArray.put(serializeRational((Rational) Array.get(keyValue, i)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info-2     [all...]
  /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
  /cts/apps/CameraITS/pymodules/its/
objects.py 59 """Function to convert Camera2 rational objects to Python floats.
62 r: Rational or list of rationals, as Python dictionaries.
  /cts/apps/CameraITS/tests/
tutorial.py 111 # Note that the CCM transform is in a rational format in capture
114 # so a conversion from float to rational must be performed.
  /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...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java     [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 24 import android.util.Rational;
123 private static final Range<Rational> POSITIVE_RATIONALS =
124 Range.create(new Rational(1, Integer.MAX_VALUE),
125 new Rational(Integer.MAX_VALUE, 1));
    [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/fdlibm/
e_asin.c 20 * R(x^2) is a rational approximation of (ieee_asin(x)-x)/x^3
  /external/jpeg/
jconfig.doc 106 * which is the normal and rational definition.
jconfig.h 107 * which is the normal and rational definition.
  /external/libcxx/www/
ts1z_status.html 72 <tr><td>Compile-time Rational Arithmetic</td><td>Implementation in progress</td></tr>
  /external/mesa3d/docs/
modelers.html 43 </li><li><a href="http://www.sim.no/reducer.html" target="_parent">Rational Reducer</a>
  /external/openfst/src/include/
Makefile.am 51 fst/epsnormalize.h fst/log.h fst/rational.h fst/test-properties.h \

Completed in 995 milliseconds

1 2 34 5 6 7 8 91011>>