Searched refs:transformPoints (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | RotateAndCropMapper.cpp | 170 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, cx, cy); in updateCaptureRequest() 299 transformPoints(entry.data.i32 + i, 2, transformMat, xShift, yShift, rx, ry); in updateCaptureResult() 306 transformPoints(entry.data.i32, entry.count / 2, transformMat, xShift, yShift, rx, ry); in updateCaptureResult() 317 void RotateAndCropMapper::transformPoints(int32_t* pts, size_t count, float transformMat[4], in transformPoints() function in android::camera3::RotateAndCropMapper
|
D | RotateAndCropMapper.h | 56 void transformPoints(int32_t* pts, size_t count, float transformMat[4],
|