Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hwl_interface/
Dzoom_ratio_mapper_hwl.h31 virtual void LimitZoomRatioIfConcurrent(float* zoom_ratio) const = 0;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h56 virtual void LimitZoomRatioIfConcurrent(float*) const override{}; in LimitZoomRatioIfConcurrent() function
/hardware/google/camera/common/hal/utils/
Dzoom_ratio_mapper.cc173 zoom_ratio_mapper_hwl_->LimitZoomRatioIfConcurrent(&zoom_ratio); in ApplyZoomRatio()