HomeSort by relevance Sort by last modified time
    Searched full:ratios (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/Camera/src/com/android/camera/ui/
ZoomController.java 157 public void setAvailableZoomRatios(float ratios[]) {
158 if (Arrays.equals(ratios, mRatios)) return;
159 mRatios = ratios;
160 mLabelStep = getLabelStep(ratios.length);
162 (ratios.length + mLabelStep - 1) / mLabelStep];
165 sZoomFormat.format(ratios[i * mLabelStep]),
ZoomIndicator.java 112 public void setZoomRatios(float[] ratios) {
113 mZoomRatios = ratios;
  /external/libgsm/src/
table.c 22 /* Table 4.1 Quantization of the Log.-Area Ratios
short_term.c 391 word * LARcr, /* received log area ratios [0..7] IN */
  /external/jpeg/
jcsample.c 35 * and 2:1 ratios) the box is equivalent to a "triangle filter" which is not
36 * nearly so bad. If you intend to use other sampling ratios, you'd be well
135 * This version handles arbitrary integral sampling ratios, without smoothing.
136 * Note that this version is not actually used for customary sampling ratios.
jdsample.c 178 * This version handles any integral sampling ratios.
184 * so if you are actually going to use 3:1 or 4:1 sampling ratios
jdmerge.c 22 * At typical sampling ratios, this eliminates half or three-quarters of the
27 * Sampling ratios of 2h1v or 2h2v.
jerror.h 153 "Smoothing not supported with nonstandard sampling ratios")
jdmaster.c 68 /* and it only handles 2h1v or 2h2v sampling ratios */
  /frameworks/base/docs/html/guide/tutorials/views/
hello-gridview.jd 108 And finally, we set the padding within the ImageView. (Note that, if the images have various aspect-ratios,
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 1060 List<Integer> ratios = parameters.getZoomRatios(); local
    [all...]
  /external/chromium/third_party/icu/source/common/
uhash.c 54 * High and low water ratios control rehashing. They establish levels
58 * one means the table will never grow. The ratios should be
62 * back into the desired range (between low and high water ratios).
72 * ratio is changed, the low and high water ratios should also be
88 /* These ratios are tuned to the PRIMES array such that a resize
    [all...]
  /external/icu4c/common/
uhash.c 54 * High and low water ratios control rehashing. They establish levels
58 * one means the table will never grow. The ratios should be
62 * back into the desired range (between low and high water ratios).
72 * ratio is changed, the low and high water ratios should also be
88 /* These ratios are tuned to the PRIMES array such that a resize
    [all...]
  /external/libgsm/inc/
private.h 225 word * LARcr, /* log area ratios [0..7] IN */
  /external/netperf/
netcpu_pstatnew.c 147 counters and use their ratios for CPU util measurement. raj
  /frameworks/base/docs/html/resources/tutorials/views/
hello-gridview.jd 149 sides. (Note that, if the images have different aspect-ratios, then less
  /external/chromium/net/base/
sdch_filter.cc 75 return; // We don't need timing stats, and we aready got ratios.
  /external/chromium/net/url_request/
url_request_job.h 370 // to filter to process. Used to histogram compression ratios, and error
  /external/iproute2/man/man8/
tc-cbq-details.8 301 only the ratios matter. Defaults to the configured rate, unless the priority
tc-cbq.8 213 only the ratios matter. Defaults to the configured rate, unless the priority
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 154 'readDouble', 'readBytes', 'readByte', 'readBoolean', 'ratios',
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 327 // reduce in/out width and height ratios using the gcd
  /frameworks/base/libs/camera/
CameraParameters.cpp 71 const char CameraParameters::KEY_ZOOM_RATIOS[] = "zoom-ratios";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xutil.h 104 #define PAspect (1L << 7) /* program specified min and max aspect ratios */
  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 499 // Flexing consists of multiple passes, since we have to change ratios every time an object hits its max/min-width
    [all...]

Completed in 360 milliseconds

1 2