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 D | camera.h | 524 typedef enum Camera_SmoothZoomMode { enum 529 } Camera_SmoothZoomMode; typedef
|
H A D | capture_session.h | 816 float targetZoom, Camera_SmoothZoomMode smoothZoomMode);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | camera_8h.md | 67 | 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.md | 99 | 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 D | capture__session_8h.md | 98 …___camera.md#camera_capturesession) \*session, float targetZoom, [Camera_SmoothZoomMode](_o_h___ca…
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | camera_8h.md | 67 | 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.md | 98 | 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 D | capture__session_8h.md | 98 …___camera.md#camera_capturesession) \*session, float targetZoom, [Camera_SmoothZoomMode](_o_h___ca…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.h | 82 Camera_ErrorCode SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoothZoomMode);
|
H A D | capture_session_impl.cpp | 707 Camera_ErrorCode Camera_CaptureSession::SetSmoothZoom(float targetZoom, Camera_SmoothZoomMode smoot… in SetSmoothZoom()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 646 Camera_SmoothZoomMode smoothZoomMode) in OH_CaptureSession_SetSmoothZoom()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 4106 Camera_SmoothZoomMode smoothZoomMode = Camera_SmoothZoomMode::NORMAL;
|