Searched refs:isResult (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | ZoomRatioMapper.h | 92 status_t separateZoomFromCropLocked(CameraMetadata* metadata, bool isResult, int arrayWidth, 94 status_t combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult, int arrayWidth,
|
D | ZoomRatioMapper.cpp | 332 status_t ZoomRatioMapper::separateZoomFromCropLocked(CameraMetadata* metadata, bool isResult, in separateZoomFromCropLocked() argument 370 if (isResult) { in separateZoomFromCropLocked() 381 status_t ZoomRatioMapper::combineZoomAndCropLocked(CameraMetadata* metadata, bool isResult, in combineZoomAndCropLocked() argument 406 if (isResult) { in combineZoomAndCropLocked()
|