Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___photo_capture_setting.md21 | [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [rotation](#rotation) | 拍照旋转角度。 |
59 Camera_ImageRotation Camera_PhotoCaptureSetting::rotation
H A Dcamera_8h.md63 | typedef enum [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [Camera_ImageRotation]…
106 | [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation-1) {<br/>IAMGE_ROTATION_0 = 0,<br/>I…
H A D_o_h___camera.md94 | typedef enum [Camera_ImageRotation](#camera_imagerotation) [Camera_ImageRotation](#camera_imagero…
178 | [Camera_ImageRotation](#camera_imagerotation) {<br/>IAMGE_ROTATION_0 = 0,<br/>IAMGE_ROTATION_90 =…
529 ### Camera_ImageRotation subsection
532 typedef enum Camera_ImageRotation Camera_ImageRotation
1756 ### Camera_ImageRotation subsection
1759 enum Camera_ImageRotation
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera.h436 typedef enum Camera_ImageRotation { enum
456 } Camera_ImageRotation; typedef
809 Camera_ImageRotation rotation;
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___photo_capture_setting.md21 | [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [rotation](#rotation) | Rotation an…
62 Camera_ImageRotation Camera_PhotoCaptureSetting::rotation
H A Dcamera_8h.md63 | typedef enum [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [Camera_ImageRotation]…
106 | [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation-1) {<br>IAMGE_ROTATION_0 = 0,<br>IAM…
H A D_o_h___camera.md94 | typedef enum [Camera_ImageRotation](#camera_imagerotation) [Camera_ImageRotation](#camera_imagero…
176 | [Camera_ImageRotation](#camera_imagerotation) {<br>IAMGE_ROTATION_0 = 0,<br>IAMGE_ROTATION_90 = 9…
526 ### Camera_ImageRotation subsection
529 typedef enum Camera_ImageRotation Camera_ImageRotation
1740 ### Camera_ImageRotation subsection
1743 enum Camera_ImageRotation
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dpreview_output.cpp200 Camera_ImageRotation* imageRotation) in OH_PreviewOutput_GetPreviewRotation()
211 Camera_ImageRotation previewRotation, bool isDisplayLocked) in OH_PreviewOutput_SetPreviewRotation()
H A Dvideo_output.cpp200 Camera_ImageRotation* imageRotation) in OH_VideoOutput_GetVideoRotation()
H A Dphoto_output.cpp399 Camera_ImageRotation* imageRotation) in OH_PhotoOutput_GetPhotoRotation()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp206 Camera_ErrorCode Camera_VideoOutput::GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* … in GetVideoRotation()
215 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetVideoRotation()
H A Dpreview_output_impl.cpp199 Camera_ImageRotation* cameraImageRotation) in GetPreviewRotation()
208 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPreviewRotation()
H A Dvideo_output_impl.h50 …Camera_ErrorCode GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation…
H A Dpreview_output_impl.h50 …Camera_ErrorCode GetPreviewRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotati…
H A Dphoto_output_impl.cpp412 Camera_ErrorCode Camera_PhotoOutput::GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* … in GetPhotoRotation()
419 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPhotoRotation()
H A Dphoto_output_impl.h268 …Camera_ErrorCode GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dmain.cpp455 photoSetting->rotation = static_cast<Camera_ImageRotation>(settings.rotation); in SetConfig()