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.md | 21 | [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [rotation](#rotation) | 拍照旋转角度。 | 59 Camera_ImageRotation Camera_PhotoCaptureSetting::rotation
|
H A D | camera_8h.md | 63 | 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.md | 94 | 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 D | camera.h | 436 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.md | 21 | [Camera_ImageRotation](_o_h___camera.md#camera_imagerotation) [rotation](#rotation) | Rotation an… 62 Camera_ImageRotation Camera_PhotoCaptureSetting::rotation
|
H A D | camera_8h.md | 63 | 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.md | 94 | 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 D | preview_output.cpp | 200 Camera_ImageRotation* imageRotation) in OH_PreviewOutput_GetPreviewRotation() 211 Camera_ImageRotation previewRotation, bool isDisplayLocked) in OH_PreviewOutput_SetPreviewRotation()
|
H A D | video_output.cpp | 200 Camera_ImageRotation* imageRotation) in OH_VideoOutput_GetVideoRotation()
|
H A D | photo_output.cpp | 399 Camera_ImageRotation* imageRotation) in OH_PhotoOutput_GetPhotoRotation()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | video_output_impl.cpp | 206 Camera_ErrorCode Camera_VideoOutput::GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* … in GetVideoRotation() 215 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetVideoRotation()
|
H A D | preview_output_impl.cpp | 199 Camera_ImageRotation* cameraImageRotation) in GetPreviewRotation() 208 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPreviewRotation()
|
H A D | video_output_impl.h | 50 …Camera_ErrorCode GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation…
|
H A D | preview_output_impl.h | 50 …Camera_ErrorCode GetPreviewRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotati…
|
H A D | photo_output_impl.cpp | 412 Camera_ErrorCode Camera_PhotoOutput::GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* … in GetPhotoRotation() 419 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPhotoRotation()
|
H A D | photo_output_impl.h | 268 …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 D | main.cpp | 455 photoSetting->rotation = static_cast<Camera_ImageRotation>(settings.rotation); in SetConfig()
|