Searched refs:xShift (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | RotateAndCropMapper.cpp | 129 float xShift = 0; in updateCaptureRequest() local 135 xShift = cw; in updateCaptureRequest() 148 xShift = (cw + rw) / 2; // left edge of crop to right edge of rotated in updateCaptureRequest() 154 xShift = (cw - rw) / 2; // left edge of crop to left edge of rotated in updateCaptureRequest() 170 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, cx, cy); in updateCaptureRequest() 253 float xShift = 0; in updateCaptureResult() local 260 xShift = cw; in updateCaptureResult() 277 xShift = -(cw - rw) / 2; // left edge of rotated to left edge of cropped in updateCaptureResult() 283 xShift = (cw + rw) / 2; // left edge of rotated to left edge of cropped in updateCaptureResult() 299 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, rx, ry); in updateCaptureResult() [all …]
|
D | RotateAndCropMapper.h | 57 float xShift, float yShift, float cx, float cy);
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | OisSample.java | 53 public OisSample(final long timestamp, final float xShift, final float yShift) { in OisSample() argument 55 mXShift = Preconditions.checkArgumentFinite(xShift, "xShift must be finite"); in OisSample()
|