Home
last modified time | relevance | path

Searched refs:SetSmoothZoomCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp195 innerCaptureSession_->SetSmoothZoomCallback(innerSmoothZoomInfoCallback); in RegisterSmoothZoomInfoCallback()
202 innerCaptureSession_->SetSmoothZoomCallback(nullptr); in UnregisterSmoothZoomInfoCallback()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp234 session->SetSmoothZoomCallback(make_shared<SmoothZoomCallbackMock>()); in TestCallback()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h837 void SetSmoothZoomCallback(std::shared_ptr<SmoothZoomCallback> smoothZoomCallback);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp4565 cameraSession_->SetSmoothZoomCallback(smoothZoomCallback_); in RegisterSmoothZoomCallbackListener()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp2856 void CaptureSession::SetSmoothZoomCallback(std::shared_ptr<SmoothZoomCallback> smoothZoomCallback) in SetSmoothZoomCallback() function in OHOS::CameraStandard::CaptureSession
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp8331 session->SetSmoothZoomCallback(smoothZoomCallback);