Searched refs:yShift (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | RotateAndCropMapper.cpp | 130 float yShift = 0; in updateCaptureRequest() local 136 yShift = ch; in updateCaptureRequest() 149 yShift = (ch - rh) / 2; // top edge of crop to top edge of rotated in updateCaptureRequest() 155 yShift = (ch + rh) / 2; // top edge of crop to bottom edge of rotated in updateCaptureRequest() 170 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, cx, cy); in updateCaptureRequest() 254 float yShift = 0; in updateCaptureResult() local 261 yShift = ch; in updateCaptureResult() 278 yShift = ry - cy + ch; // top edge of rotated to bottom edge of cropped in updateCaptureResult() 284 yShift = (ch - rh) / 2; // top edge of rotated to bottom edge of cropped in updateCaptureResult() 299 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, rx, ry); in updateCaptureResult() [all …]
|
H A D | RotateAndCropMapper.h | 57 float xShift, float yShift, float cx, float cy);
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | OisSample.java | 53 public OisSample(final long timestamp, final float xShift, final float yShift) { in OisSample() argument 56 mYShift = Preconditions.checkArgumentFinite(yShift, "yShift must be finite"); in OisSample()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/ |
H A D | ScaleSpan.java | 68 int yShift = (currentRect.height() - targetRect.height()) / 2; in draw() local 69 canvas.drawText(text.subSequence(start, end).toString(), x, y + yShift, paint); in draw() local
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |