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

1 2 3 4 5 67 8 91011>>

  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.kt 25 * A [TextureView] that can be adjusted to a specified aspect ratio.
37 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.kt 25 * A [TextureView] that can be adjusted to a specified aspect ratio.
37 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /external/adhd/cras-config/gandof/
dsp.ini 28 input_9=8 ; ratio
36 input_17=12 ; ratio
44 input_25=12 ; ratio
  /external/adhd/cras-config/leon/
dsp.ini 28 input_9=12 ; ratio
36 input_17=12 ; ratio
44 input_25=12 ; ratio
  /external/adhd/cras-config/rush_ryu/
dsp.ini 28 input_9=11.427 ; ratio
36 input_17=12 ; ratio
44 input_25=6 ; ratio
  /external/adhd/cras-config/veyron_jerry/
dsp.ini 28 input_9=4 ; ratio
36 input_17=4 ; ratio
44 input_25=4 ; ratio
  /external/adhd/cras-config/veyron_minnie/
dsp.ini 28 input_9=12 ; ratio
36 input_17=12 ; ratio
44 input_25=12 ; ratio
  /external/adhd/cras-config/veyron_speedy/
dsp.ini 28 input_9=12 ; ratio
36 input_17=12 ; ratio
44 input_25=12 ; ratio
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
rep.pass.cpp 38 test<std::chrono::duration<int, std::ratio<3, 2> > >(5);
39 test<std::chrono::duration<Rep, std::ratio<3, 2> > >(Rep(3));
40 test<std::chrono::duration<double, std::ratio<2, 3> > >(5.5);
  /frameworks/native/services/surfaceflinger/
LayerStats.cpp 131 int32_t ratio = location * 8 / range; local
132 if (ratio < 0) return "N/A";
135 if (ratio > 6) return "3/4";
137 return locationArray[ratio & ~1];
139 if (ratio > 7) return "7/8";
140 return locationArray[ratio];
145 int32_t ratio = size * 8 / range; local
146 if (ratio < 0) return "N/A";
149 if (ratio > 6) return "1";
151 return sizeArray[ratio | 1]
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.cons/
rep.pass.cpp 38 test<std::chrono::duration<int, std::ratio<3, 2> > >(5);
39 test<std::chrono::duration<Rep, std::ratio<3, 2> > >(Rep(3));
40 test<std::chrono::duration<double, std::ratio<2, 3> > >(5.5);
  /system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
delay_timer.h 16 * multiplier/divider. The ratio of the multiplier and the divider is
  /external/libcxx/test/std/utilities/ratio/ratio.ratio/
ratio.pass.cpp 10 // test ratio: The static data members num and den shall have the common
13 #include <ratio>
18 static_assert((std::ratio<N, D>::num == eN), "");
19 static_assert((std::ratio<N, D>::den == eD), "");
  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.cpp 52 float ratio = this->width() / pixmap.width(); local
53 resultRect = QRectF(0, 0, this->width(), ratio * pixmap.height());
55 float ratio = this->height() / pixmap.height(); local
56 resultRect = QRectF(0, 0, ratio * pixmap.width(), this->height());
  /external/skqp/debugger/QT/
SkDrawCommandGeometryWidget.cpp 52 float ratio = this->width() / pixmap.width(); local
53 resultRect = QRectF(0, 0, this->width(), ratio * pixmap.height());
55 float ratio = this->height() / pixmap.height(); local
56 resultRect = QRectF(0, 0, ratio * pixmap.width(), this->height());
  /frameworks/base/core/java/com/android/internal/widget/
LocalImageResolver.java 50 double ratio = (originalSize > MAX_SAFE_ICON_SIZE_PX) local
55 bitmapOptions.inSampleSize = getPowerOfTwoForSampleRatio(ratio);
72 private static int getPowerOfTwoForSampleRatio(double ratio) {
73 int k = Integer.highestOneBit((int) Math.floor(ratio));
  /packages/apps/Contacts/res/values-sw600dp/
integers.xml 4 <!-- Top margin ratio for the image for empty group view -->
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
LogoUtils.java 86 int ratio = Math.max(streamWidth / maxDesiredWidth, streamHeight / maxDesiredHeight); local
87 if (ratio > 1) {
88 // Decodes a smaller bitmap. Note that this ratio will be rounded down to the nearest
91 bounds.inSampleSize = ratio;
100 * necessary. Keeps the ratio of the original image.
106 double ratio = Math.max((double) width / maxWidth, (double) height / maxHeight); local
108 if (ratio > 1) {
109 width /= ratio;
110 height /= ratio;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/ratio/ratio.ratio/
ratio.pass.cpp 10 // test ratio: The static data members num and den shall have the common
13 #include <ratio>
18 static_assert((std::ratio<N, D>::num == eN), "");
19 static_assert((std::ratio<N, D>::den == eD), "");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java 203 float ratio = 1.0f; local
205 ratio = Math.min(wRatio, ratio);
207 ratio = Math.min(hRatio, ratio);
209 int width = Math.round(mSize.x * ratio);
210 int height = Math.round(mSize.y * ratio);
247 dest.x = (int) Math.ceil(p.dest.x * ratio);
248 dest.y = (int) Math.ceil(p.dest.y * ratio);
249 dest.width = (int) Math.ceil(p.dest.width * ratio);
    [all...]

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011>>