HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 251 - 275 of 3086) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera2/src/com/android/camera/ui/motion/
InterpolateUtils.java 33 * @return the value between v0 and v1 as a ratio between 0 and 1 defined by t.
48 * @return the ratio of the value in the source number space as a value in the to(Min/Max)
56 * Value between 0 and 1 as a ratio between tBegin over tDuration
  /packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
FixedRatioImageView.java 26 * An {@link ImageView} with a fixed aspect ratio. When using this view, either width or height
50 * Modify the aspect ratio of this view.
52 * @param aspectRatio a ratio between width and height. For example: 2 means this view's width
  /packages/apps/Contacts/res/values/
integers.xml 28 <!-- Top margin ratio for the image for empty group view -->
31 <!-- Top margin ratio for the image for empty account view -->
34 <!-- Top margin ratio for the image for empty contacts view-->
  /prebuilts/go/darwin-x86/test/
chanlinear.go 50 // If n ops run in under a second and the ratio
53 // on the computed ratio.
59 // try to get the right ratio at least once.
  /prebuilts/go/linux-x86/test/
chanlinear.go 50 // If n ops run in under a second and the ratio
53 // on the computed ratio.
59 // try to get the right ratio at least once.
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libvixl-arm.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/
libvixl-arm.so.lsdump.gz 
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 24 FMT_ATOL = 0.01 # Absolute tolerance on format ratio
30 THRESH_L_AR = 0.02 # aspect ratio test threshold of large images
31 THRESH_XS_AR = 0.075 # aspect ratio test threshold of mini images
39 """Convert aspect ratio string into float.
51 """Determine the aspect ratio of the sensor.
66 print "Error: no aspect ratio match with sensor parameters!"
71 """Determine scale factors for each aspect ratio to correct cropping.
74 camera_ar_string: camera aspect ratio that is the baseline
135 """Test aspect ratio & check if images are cropped correctly for each fmt.
137 Aspect ratio test runs on level3, full and limited devices. Crop test onl
    [all...]
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 83 // make adjustments for screen ratio
84 float ratio = (float) width / height; local
87 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); // apply the projection matrix
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FitCenter.java 9 * Scales the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions of the image
  /external/pdfium/fxbarcode/
cbc_codabar.h 31 bool SetWideNarrowRatio(int8_t ratio);
cbc_code39.h 30 bool SetWideNarrowRatio(int8_t ratio);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DurationCountClassifier.java 20 * A classifier which looks at the ratio between the duration of the stroke and its number of
  /frameworks/support/percent/src/androidTest/res/layout/
percent_relative_layout.xml 25 left margin, top margin and width, as well as the aspect ratio. -->
36 left margin, top margin and height, as well as the aspect ratio. -->
47 right margin, bottom margin and width, as well as the aspect ratio. -->
59 right margin, bottom margin and height, as well as the aspect ratio. -->
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceOpenedCamera.java 78 * Obtains the current zoom ratio applied on this camera.
80 * @return The current zoom ratio.
85 * Changes the zoom ratio on this camera.
87 * @param zoomRatio The new zoom ratio to be applied.
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DurationCountClassifier.java 20 * A classifier which looks at the ratio between the duration of the stroke and its number of
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libvixl-arm.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libvixl-arm.so.lsdump.gz 
  /cts/tests/tests/location/src/android/location/cts/psedorange/
GpsMeasurement.java 24 * to noise ratio dB, accumulated delta range uncertainty in meters, pseudorange rate uncertainty in
40 /** Signal to noise ratio (dB) */
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
EnhancedSpeedstep.h 51 UINT32 MinRatio; // Calculated min ratio
52 UINT32 MaxRatio; // Calculated max ratio
  /external/libcxx/test/std/utilities/time/
hours.pass.cpp 12 // typedef duration<signed integral type of at least 23 bits, ratio<3600>> hours;
26 static_assert((std::is_same<Period, std::ratio<3600> >::value), "");
minutes.pass.cpp 12 // typedef duration<signed integral type of at least 29 bits, ratio< 60>> minutes;
26 static_assert((std::is_same<Period, std::ratio<60> >::value), "");
  /external/skia/site/dev/testing/
skiaperf.md 28 This query displays [the ratio of playback time in ms to the number of ops for desk\_wowwiki.skp](https://perf.skia.org/#1876):
30 ratio(
  /external/skqp/site/dev/testing/
skiaperf.md 28 This query displays [the ratio of playback time in ms to the number of ops for desk\_wowwiki.skp](https://perf.skia.org/#1876):
30 ratio(
  /external/valgrind/none/tests/x86/
yield.c 77 printf("spin=%d rep_nop=%d rep_nop:spin ratio: %g\n",
83 printf("FAIL spin=%d rep_nop=%d rep_nop:spin ratio: %g\n",

Completed in 898 milliseconds

<<11121314151617181920>>