Home
last modified time | relevance | path

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

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