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