Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.cpp103 class InnerCaptureSessionSmoothZoomInfoCallback : public SmoothZoomCallback { class
105 InnerCaptureSessionSmoothZoomInfoCallback(Camera_CaptureSession* captureSession, in InnerCaptureSessionSmoothZoomInfoCallback() function in InnerCaptureSessionSmoothZoomInfoCallback
108 ~InnerCaptureSessionSmoothZoomInfoCallback() = default;
191 shared_ptr<InnerCaptureSessionSmoothZoomInfoCallback> innerSmoothZoomInfoCallback = in RegisterSmoothZoomInfoCallback()
192 make_shared<InnerCaptureSessionSmoothZoomInfoCallback>(this, smoothZoomInfoCallback); in RegisterSmoothZoomInfoCallback()