Searched refs:yShift (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | RotateAndCropMapper.cpp | 116 float yShift = 0; in updateCaptureRequest() local 122 yShift = ch; in updateCaptureRequest() 135 yShift = (ch - rh) / 2; // top edge of crop to top edge of rotated in updateCaptureRequest() 141 yShift = (ch + rh) / 2; // top edge of crop to bottom edge of rotated in updateCaptureRequest() 156 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, cx, cy); in updateCaptureRequest() 240 float yShift = 0; in updateCaptureResult() local 247 yShift = ch; in updateCaptureResult() 264 yShift = ry - cy + ch; // top edge of rotated to bottom edge of cropped in updateCaptureResult() 270 yShift = (ch - rh) / 2; // top edge of rotated to bottom edge of cropped in updateCaptureResult() 285 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, rx, ry); in updateCaptureResult() [all …]
|
D | RotateAndCropMapper.h | 55 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 56 mYShift = Preconditions.checkArgumentFinite(yShift, "yShift must be finite"); in OisSample()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |