Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dzoom_ratio_mapper.h32 std::unique_ptr<ZoomRatioMapperHwl> zoom_ratio_mapper_hwl; member
Dzoom_ratio_mapper.cc48 zoom_ratio_mapper_hwl_ = std::move(params->zoom_ratio_mapper_hwl); in Initialize()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc509 params.zoom_ratio_mapper_hwl = device_session_hwl_->GetZoomRatioMapperHwl(); in InitializeZoomRatioMapper()