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