Home
last modified time | relevance | path

Searched refs:GetZoomAlgorithm (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/smooth_zoom/
H A Dsmooth_zoom.h32 static std::shared_ptr<IZoomAlgorithm> GetZoomAlgorithm(SmoothZoomType mode);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dsmooth_zoom.cpp21 std::shared_ptr<IZoomAlgorithm> SmoothZoom::GetZoomAlgorithm(SmoothZoomType mode) in GetZoomAlgorithm() function in OHOS::CameraStandard::SmoothZoom
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/smoothzoom_fuzzer/
H A Dsmooth_zoom_fuzzer.cpp68 auto alg = fuzz->GetZoomAlgorithm(mode); in Test()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1289 auto zoomAlgorithm = SmoothZoom::GetZoomAlgorithm(static_cast<SmoothZoomType>(smoothZoomType)); in SetSmoothZoom()