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

  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 502 float cropH, cropW;
505 cropH = activeArray.height();
506 cropW = cropH * aspectRatioPreview;
510 cropH = cropW / aspectRatioPreview;
514 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropW, cropH);
543 float cropH, cropW;
546 cropH = reference.height();
547 cropW = cropH * aspectRatioShrinkTarget;
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) {
380 crop[3] = cropH;
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]

Completed in 291 milliseconds