Searched refs:MoonCaptureBoostFeature (Results 1 – 4 of 4) sorted by relevance
30 MoonCaptureBoostFeature::MoonCaptureBoostFeature( in MoonCaptureBoostFeature() function in OHOS::CameraStandard::MoonCaptureBoostFeature79 float MoonCaptureBoostFeature::GetSketchEnableRatio() in GetSketchEnableRatio()84 float MoonCaptureBoostFeature::GetSketchReferenceFovRatio(float inputZoomRatio) in GetSketchReferenceFovRatio()100 bool MoonCaptureBoostFeature::IsSupportedMoonCaptureBoostFeature() in IsSupportedMoonCaptureBoostFeature()105 SceneMode MoonCaptureBoostFeature::GetRelatedMode() in GetRelatedMode()
25 class MoonCaptureBoostFeature {27 explicit MoonCaptureBoostFeature(29 ~MoonCaptureBoostFeature() = default;
1978 std::shared_ptr<MoonCaptureBoostFeature> moonCaptureBoostFeature_ = nullptr;1980 std::shared_ptr<MoonCaptureBoostFeature> GetMoonCaptureBoostFeature();
4383 std::shared_ptr<MoonCaptureBoostFeature> CaptureSession::GetMoonCaptureBoostFeature() in GetMoonCaptureBoostFeature()4396 … moonCaptureBoostFeature_ = std::make_shared<MoonCaptureBoostFeature>(currentMode, deviceAbility); in GetMoonCaptureBoostFeature()