Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.h83 status_t separateZoomFromCropLocked(CameraMetadata* metadata, bool isResult);
84 status_t combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult);
DZoomRatioMapper.cpp225 status_t ZoomRatioMapper::separateZoomFromCropLocked(CameraMetadata* metadata, bool isResult) { in separateZoomFromCropLocked() argument
263 if (isResult) { in separateZoomFromCropLocked()
273 status_t ZoomRatioMapper::combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult) { in combineZoomAndCropLocked() argument
305 if (isResult) { in combineZoomAndCropLocked()