Searched refs:GetZoomAlgorithm (Results 1 – 4 of 4) sorted by relevance
32 static std::shared_ptr<IZoomAlgorithm> GetZoomAlgorithm(SmoothZoomType mode);
21 std::shared_ptr<IZoomAlgorithm> SmoothZoom::GetZoomAlgorithm(SmoothZoomType mode) in GetZoomAlgorithm() function in OHOS::CameraStandard::SmoothZoom
68 auto alg = fuzz->GetZoomAlgorithm(mode); in Test()
1289 auto zoomAlgorithm = SmoothZoom::GetZoomAlgorithm(static_cast<SmoothZoomType>(smoothZoomType)); in SetSmoothZoom()