/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | _camera___point.md | 1 # Camera_Point chapter 6 The Camera_Point struct describes the parameters related to a point. 30 double Camera_Point::x 40 double Camera_Point::y
|
H A D | Readme-EN.md | 34 - [Camera_Point](_camera___point.md)
|
H A D | capture__session_8h.md | 72 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin… 73 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin… 80 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin… 81 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin…
|
H A D | camera_8h.md | 33 | struct [Camera_Point](_camera___point.md) | Describes the parameters related to a point.| 77 | typedef struct [Camera_Point](_camera___point.md) [Camera_Point](_o_h___camera.md#camera_point) |…
|
H A D | _o_h___camera.md | 57 | struct [Camera_Point](_camera___point.md) | Describes the parameters related to a point.| 108 | typedef struct [Camera_Point](_camera___point.md) [Camera_Point](#camera_point) | Defines a struc… 664 ### Camera_Point subsection 667 typedef struct Camera_Point Camera_Point 3719 Camera_ErrorCode OH_CaptureSession_GetFocusPoint(Camera_CaptureSession* session, Camera_Point* focu… 3749 Camera_ErrorCode OH_CaptureSession_GetMeteringPoint(Camera_CaptureSession* session, Camera_Point* p… 3763 | point | Pointer to the metering point, which is defined in the [Camera_Point](_camera___point.md)… 4503 Camera_ErrorCode OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point focus… 4517 | focusPoint | Target focal point, which is defined in the [Camera_Point](_camera___point.md) struc… 4533 Camera_ErrorCode OH_CaptureSession_SetMeteringPoint(Camera_CaptureSession* session, Camera_Point po… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | _camera___point.md | 1 # Camera_Point chapter 30 double Camera_Point::x 39 double Camera_Point::y
|
H A D | camera_8h.md | 33 | struct [Camera_Point](_camera___point.md) | 点参数。 | 77 | typedef struct [Camera_Point](_camera___point.md) [Camera_Point](_o_h___camera.md#camera_point) |…
|
H A D | capture__session_8h.md | 72 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin… 73 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin… 80 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin… 81 …a_CaptureSession](_o_h___camera.md#camera_capturesession) \*session, [Camera_Point](_camera___poin…
|
H A D | _o_h___camera.md | 57 | struct [Camera_Point](_camera___point.md) | 点参数。 | 109 | typedef struct [Camera_Point](_camera___point.md) [Camera_Point](#camera_point) | 点参数。 | 667 ### Camera_Point subsection 670 typedef struct Camera_Point Camera_Point 3765 | focusPoint | 当前[Camera_Point](_camera___point.md)。 | 3781 Camera_ErrorCode OH_CaptureSession_GetMeteringPoint(Camera_CaptureSession* session, Camera_Point* p… 3795 | point | 当前[Camera_Point](_camera___point.md)测量点。 | 4535 Camera_ErrorCode OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point focus… 4549 | focusPoint | 要设置的目标[Camera_Point](_camera___point.md)。 | 4565 Camera_ErrorCode OH_CaptureSession_SetMeteringPoint(Camera_CaptureSession* session, Camera_Point po… [all …]
|
H A D | Readme-CN.md | 34 - [Camera_Point](_camera___point.md)
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.h | 92 Camera_ErrorCode SetFocusPoint(Camera_Point focusPoint); 94 Camera_ErrorCode GetFocusPoint(Camera_Point* focusPoint); 112 Camera_ErrorCode GetMeteringPoint(Camera_Point* point); 114 Camera_ErrorCode SetMeteringPoint(Camera_Point point);
|
H A D | capture_session_impl.cpp | 408 Camera_ErrorCode Camera_CaptureSession::SetFocusPoint(Camera_Point focusPoint) in SetFocusPoint() 426 Camera_ErrorCode Camera_CaptureSession::GetFocusPoint(Camera_Point* focusPoint) in GetFocusPoint() 512 Camera_ErrorCode Camera_CaptureSession::GetMeteringPoint(Camera_Point* point) in GetMeteringPoint() 522 Camera_ErrorCode Camera_CaptureSession::SetMeteringPoint(Camera_Point point) in SetMeteringPoint()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 482 Camera_ErrorCode OH_CaptureSession_GetMeteringPoint(Camera_CaptureSession* session, Camera_Point* p… 494 Camera_ErrorCode OH_CaptureSession_SetMeteringPoint(Camera_CaptureSession* session, Camera_Point po… 583 Camera_ErrorCode OH_CaptureSession_GetFocusPoint(Camera_CaptureSession* session, Camera_Point* focu… 595 Camera_ErrorCode OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point focus…
|
H A D | camera.h | 759 typedef struct Camera_Point { struct 769 } Camera_Point; argument
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 335 Camera_ErrorCode OH_CaptureSession_SetFocusPoint(Camera_CaptureSession* session, Camera_Point focus… in OH_CaptureSession_SetFocusPoint() 343 Camera_ErrorCode OH_CaptureSession_GetFocusPoint(Camera_CaptureSession* session, Camera_Point* focu… in OH_CaptureSession_GetFocusPoint() 467 Camera_ErrorCode OH_CaptureSession_GetMeteringPoint(Camera_CaptureSession* session, Camera_Point* p… in OH_CaptureSession_GetMeteringPoint() 475 Camera_ErrorCode OH_CaptureSession_SetMeteringPoint(Camera_CaptureSession* session, Camera_Point po… in OH_CaptureSession_SetMeteringPoint()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | camera_manager.cpp | 638 Camera_Point exposurePoint; in IsMeteringPoint() 719 Camera_Point focusPoint; in IsFocusPoint()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 1423 Camera_Point exposurePointSet = {1.0, 2.0}; 1426 Camera_Point exposurePointGet = {0, 0}; 1474 Camera_Point FocusPointSet = {1.0, 2.0}; 1477 Camera_Point FocusPointGet = {0, 0}; 2343 Camera_Point FocusPointSet = {1.0, 2.0}; 2359 Camera_Point exposurePointSet = {1.0, 2.0}; 2472 Camera_Point FocusPointSet = {1.0, 2.0};
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 3826 - [Camera_Point](reference/apis-camera-kit/_camera___point.md)
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3685 - [Camera_Point](reference/apis-camera-kit/_camera___point.md)
|