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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2StillCaptureTest.java 39 import android.util.Rational;
483 Rational[] empty = new Rational[] { Rational.ZERO, Rational.ZERO, Rational.ZERO};
484 Rational[] neutralColorPoint = mCollector.expectKeyValueNotNull("NeutralColorPoint",
492 Rational.ZERO);
  /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...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateStartingPreview.java 34 import com.android.camera.exif.Rational;
165 final Rational pictureAspectRatio =
  /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...]
  /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...]
  /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...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifParser.java 701 Rational value[] = new Rational[tag.getComponentCount()];
725 Rational value[] = new Rational[tag.getComponentCount()];
    [all...]
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
CameraDeviceInfo.java 30 import android.util.Rational;
83 Rational rat, String protoName) throws Exception {
198 storeRational((Rational) xform.getElement(col, row), null);
255 } else if (keyType == Rational.class) {
256 storeRational((Rational) keyValue, protoName);
332 } else if (elmtType == Rational.class) {
335 storeRational((Rational) Array.get(keyValue, i), null);
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
pkg_android.util.html 147 <A NAME="Rational"></A>
148 <nobr><A HREF="../../../../reference/android/util/Rational.html" target="_top"><code>Rational</code></A></nobr>
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 56 # Convert the transform back to rational.
  /developers/build/prebuilts/gradle/RuntimePermissions/
README.md 21 Applications can provide an additional rational for the use of permissions after calling
  /developers/samples/android/system/RuntimePermissions/
template-params.xml 78 Applications can provide an additional rational for the use of permissions after calling
  /external/opencv3/3rdparty/libjpeg/
jinclude.h 73 * In ANSI C, and indeed any rational implementation, size_t is also the
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfRationalAttribute.cpp 51 return "rational";
ImfRationalAttribute.h 51 typedef TypedAttribute<Rational> RationalAttribute;
ImfStandardAttributes.cpp 113 IMF_STD_ATTRIBUTE_IMP (framesPerSecond, FramesPerSecond, Rational)
  /external/pdfium/third_party/libjpeg/
jinclude.h 85 * In ANSI C, and indeed any rational implementation, size_t is also the
  /frameworks/av/camera/ndk/
NdkCaptureRequest.cpp 120 SET_ENTRY(rational,ACameraMetadata_rational)
  /packages/apps/ExactCalculator/docs/
implementation-overview.html 19 <p><b>BoundedRational.java</b> is a rational arithmetic package that is used to provide finite
  /prebuilts/go/darwin-x86/src/math/
atan.go 27 // The approximant uses a rational function of degree 4/5 of the form
tanh.go 27 // A rational function is used for |x| < 0.625. The form
  /prebuilts/go/linux-x86/src/math/
atan.go 27 // The approximant uses a rational function of degree 4/5 of the form
tanh.go 27 // A rational function is used for |x| < 0.625. The form
  /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;
233 Rational compensationStep = mCameraCharacteristics.get(

Completed in 657 milliseconds

1 2 34 5 6 7 8 91011>>