Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/features/
H A Dmoon_capture_boost_feature.cpp84 float MoonCaptureBoostFeature::GetSketchReferenceFovRatio(float inputZoomRatio) in GetSketchReferenceFovRatio() argument
87 …std::find_if(sketchFovRangeList_.begin(), sketchFovRangeList_.end(), [inputZoomRatio](const auto& … in GetSketchReferenceFovRatio()
88 return inputZoomRatio - range.zoomMin >= -std::numeric_limits<float>::epsilon() && in GetSketchReferenceFovRatio()
89 inputZoomRatio - range.zoomMax < -std::numeric_limits<float>::epsilon(); in GetSketchReferenceFovRatio()
96 inputZoomRatio, sketchZoomRatioRange_.zoomMin, sketchZoomRatioRange_.zoomMax); in GetSketchReferenceFovRatio()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/features/
H A Dmoon_capture_boost_feature.h31 float GetSketchReferenceFovRatio(float inputZoomRatio);