Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera.h524 typedef enum Camera_SmoothZoomMode { enum
529 } Camera_SmoothZoomMode; typedef
H A Dcapture_session.h816 float targetZoom, Camera_SmoothZoomMode smoothZoomMode);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dcamera_8h.md67 | typedef enum [Camera_SmoothZoomMode](_o_h___camera.md#camera_smoothzoommode) [Camera_SmoothZoomMo…
110 | [Camera_SmoothZoomMode](_o_h___camera.md#camera_smoothzoommode-1) { NORMAL = 0 } | 平滑变焦模式的枚举。 |
H A D_o_h___camera.md99 | typedef enum [Camera_SmoothZoomMode](#camera_smoothzoommode) [Camera_SmoothZoomMode](#camera_smoo…
183 | [Camera_SmoothZoomMode](#camera_smoothzoommode) { NORMAL = 0 } | 平滑变焦模式的枚举。 |
281 …ureSession](#camera_capturesession) \*session, float targetZoom, [Camera_SmoothZoomMode](#camera_s…
825 ### Camera_SmoothZoomMode subsection
828 typedef enum Camera_SmoothZoomMode Camera_SmoothZoomMode
1905 ### Camera_SmoothZoomMode subsection
1908 enum Camera_SmoothZoomMode
4662 …n_SetSmoothZoom(Camera_CaptureSession* session, float targetZoom, Camera_SmoothZoomMode smoothZoom…
4677 | smoothZoomMode | [Camera_SmoothZoomMode](#camera_smoothzoommode)实例。 |
H A Dcapture__session_8h.md98 …___camera.md#camera_capturesession) \*session, float targetZoom, [Camera_SmoothZoomMode](_o_h___ca…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dcamera_8h.md67 | typedef enum [Camera_SmoothZoomMode](_o_h___camera.md#camera_smoothzoommode) [Camera_SmoothZoomMo…
110 | [Camera_SmoothZoomMode](_o_h___camera.md#camera_smoothzoommode-1) { NORMAL = 0 } | Enumerates the…
H A D_o_h___camera.md98 | typedef enum [Camera_SmoothZoomMode](#camera_smoothzoommode) [Camera_SmoothZoomMode](#camera_smoo…
180 | [Camera_SmoothZoomMode](#camera_smoothzoommode) { NORMAL = 0 } | Enumerates the smooth zoom modes…
278 …ureSession](#camera_capturesession) \*session, float targetZoom, [Camera_SmoothZoomMode](#camera_s…
809 ### Camera_SmoothZoomMode subsection
812 typedef enum Camera_SmoothZoomMode Camera_SmoothZoomMode
1873 ### Camera_SmoothZoomMode subsection
1876 enum Camera_SmoothZoomMode
4597 …n_SetSmoothZoom(Camera_CaptureSession* session, float targetZoom, Camera_SmoothZoomMode smoothZoom…
4612 | smoothZoomMode | [Camera_SmoothZoomMode](#camera_smoothzoommode) instance.|
H A Dcapture__session_8h.md98 …___camera.md#camera_capturesession) \*session, float targetZoom, [Camera_SmoothZoomMode](_o_h___ca…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcapture_session_impl.h82 Camera_ErrorCode SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoothZoomMode);
H A Dcapture_session_impl.cpp707 Camera_ErrorCode Camera_CaptureSession::SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoot… in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp646 Camera_SmoothZoomMode smoothZoomMode) in OH_CaptureSession_SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp4106 Camera_SmoothZoomMode smoothZoomMode = Camera_SmoothZoomMode::NORMAL;