Home
last modified time | relevance | path

Searched refs:combineZoomAndCropLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.h94 status_t combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult, int arrayWidth,
DZoomRatioMapper.cpp256 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