Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dutils.h56 status_t GetZoomRatioRange(const HalCameraMetadata* characteristics,
H A Dutils.cc204 status_t GetZoomRatioRange(const HalCameraMetadata* characteristics, in GetZoomRatioRange() function
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device_session.cc502 res = utils::GetZoomRatioRange(characteristics, &params.zoom_ratio_range); in InitializeZoomRatioMapper()