HomeSort by relevance Sort by last modified time
    Searched refs:cropW (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 502 float cropH, cropW;
506 cropW = cropH * aspectRatioPreview;
509 cropW = activeArray.width();
510 cropH = cropW / aspectRatioPreview;
514 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropW, cropH);
543 float cropH, cropW;
547 cropW = cropH * aspectRatioShrinkTarget;
550 cropW = reference.width();
551 cropH = cropW / aspectRatioShrinkTarget;
558 translateMatrix.setScale(cropW / reference.width(), cropH / reference.height()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 372 int cropU, int cropV, int cropW, int cropH) {
379 crop[2] = cropW;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 82 milliseconds