Home
last modified time | relevance | path

Searched refs:OnSmoothZoom (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.h90 void OnSmoothZoom(int32_t duration) override {} in OnSmoothZoom() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp110 void OnSmoothZoom(int32_t duration) override in OnSmoothZoom() function in InnerCaptureSessionSmoothZoomInfoCallback
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/session/
H A Dcamera_session_napi.h164 void OnSmoothZoom(int32_t duration) override;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h292 virtual void OnSmoothZoom(int32_t duration) = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp656 void SmoothZoomCallbackListener::OnSmoothZoom(int32_t duration) in OnSmoothZoom() function in OHOS::CameraStandard::SmoothZoomCallbackListener
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2848 smoothZoomCallback_->OnSmoothZoom(duration); in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp691 void OnSmoothZoom(int32_t duration) in OnSmoothZoom() function in OHOS::CameraStandard::TestSmoothZoomCallback