Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DZoomRatioMapper.cpp290 status_t ZoomRatioMapper::deriveZoomRatio(const CameraMetadata* metadata, float *zoomRatioRet, in deriveZoomRatio() argument
292 if (metadata == nullptr || zoomRatioRet == nullptr) { in deriveZoomRatio()
300 *zoomRatioRet = 1; in deriveZoomRatio()
325 *zoomRatioRet = zoomRatio; in deriveZoomRatio()