Searched refs:combineZoomAndCropLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | ZoomRatioMapper.h | 92 status_t combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult, int arrayWidth,
|
D | ZoomRatioMapper.cpp | 253 res = combineZoomAndCropLocked(request, false/*isResult*/, arrayWidth, arrayHeight); in updateCaptureRequest() 276 res = combineZoomAndCropLocked(result, true/*isResult*/, arrayWidth, arrayHeight); in updateCaptureResult() 387 status_t ZoomRatioMapper::combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult, in combineZoomAndCropLocked() function in android::camera3::ZoomRatioMapper
|