/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | command_parser.cpp | 110 opt.rotateInfo = static_cast<ImageRotation>(stol(optarg)); in Parse() 136 static string GetRotatePrintInfo(ImageRotation info) in GetRotatePrintInfo() 138 if (info == ImageRotation::NONE) { in GetRotatePrintInfo() 141 if (info == ImageRotation::ANTI_CLOCKWISE_90) { in GetRotatePrintInfo() 144 if (info == ImageRotation::ANTI_CLOCKWISE_180) { in GetRotatePrintInfo() 147 if (info == ImageRotation::ANTI_CLOCKWISE_270) { in GetRotatePrintInfo()
|
H A D | codec_heif_helper.cpp | 144 static map<ImageRotation, uint32_t> rotateMap = { in AddPropMirrorAndRotate() 145 { ImageRotation::ANTI_CLOCKWISE_90, 90 }, in AddPropMirrorAndRotate() 146 { ImageRotation::ANTI_CLOCKWISE_180, 180 }, in AddPropMirrorAndRotate() 147 { ImageRotation::ANTI_CLOCKWISE_270, 270 }, in AddPropMirrorAndRotate()
|
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/ |
H A D | command_parser.h | 29 enum class ImageRotation { enum 47 ImageRotation rotateInfo = ImageRotation::NONE;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | preview_output.cpp | 665 ImageRotation result = ImageRotation::ROTATION_0; in GetPreviewRotation() 686 result = (ImageRotation)((imageRotation + sensorOrientation) % CAPTURE_ROTATION_BASE); in GetPreviewRotation() 713 ImageRotation result = ROTATION_0; in SetPreviewRotation() 730 result = isDisplayLocked ? ImageRotation(sensorOrientation) : ImageRotation(imageRotation); in SetPreviewRotation()
|
H A D | video_output.cpp | 457 ImageRotation result = ImageRotation::ROTATION_0; in GetVideoRotation() 479 result = (ImageRotation)((imageRotation + sensorOrientation) % CAPTURE_ROTATION_BASE); in GetVideoRotation() 481 …result = (ImageRotation)((sensorOrientation - imageRotation + CAPTURE_ROTATION_BASE) % CAPTURE_ROT… in GetVideoRotation()
|
H A D | photo_output.cpp | 951 ImageRotation result = ImageRotation::ROTATION_0; in GetPhotoRotation() 973 result = (ImageRotation)((imageRotation + sensorOrientation) % CAPTURE_ROTATION_BASE); in GetPhotoRotation() 975 …result = (ImageRotation)((sensorOrientation - imageRotation + CAPTURE_ROTATION_BASE) % CAPTURE_ROT… in GetPhotoRotation()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-multimedia_api-9-canary.md | 37 | ohos.multimedia.camera | PhotoCaptureSetting | rotation?: ImageRotation; | 新增 | 42 | ohos.multimedia.camera | ImageRotation | ROTATION_270 = 270 | 新增 | 43 | ohos.multimedia.camera | ImageRotation | ROTATION_180 = 180 | 新增 | 44 | ohos.multimedia.camera | ImageRotation | ROTATION_90 = 90 | 新增 | 45 | ohos.multimedia.camera | ImageRotation | ROTATION_0 = 0 | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multimedia.md | 36 | ohos.multimedia.camera | PhotoCaptureSetting | rotation?: ImageRotation; | 新增 | 41 | ohos.multimedia.camera | ImageRotation | ROTATION_270 = 270 | 新增 | 42 | ohos.multimedia.camera | ImageRotation | ROTATION_180 = 180 | 新增 | 43 | ohos.multimedia.camera | ImageRotation | ROTATION_90 = 90 | 新增 | 44 | ohos.multimedia.camera | ImageRotation | ROTATION_0 = 0 | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multimedia.md | 36 | ohos.multimedia.camera | PhotoCaptureSetting | rotation?: ImageRotation; | Added| 41 | ohos.multimedia.camera | ImageRotation | ROTATION_270 = 270 | Added| 42 | ohos.multimedia.camera | ImageRotation | ROTATION_180 = 180 | Added| 43 | ohos.multimedia.camera | ImageRotation | ROTATION_90 = 90 | Added| 44 | ohos.multimedia.camera | ImageRotation | ROTATION_0 = 0 | Added|
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-shooting.md | 166 …rotation: camera.ImageRotation.ROTATION_0, // 设置图片旋转角度的camera.ImageRotation.ROTATION_0是通过说明中获取拍照角…
|
H A D | camera-background-recovery.md | 268 rotation: camera.ImageRotation.ROTATION_0 // 设置图片旋转角度0
|
H A D | camera-shooting-case.md | 298 rotation: camera.ImageRotation.ROTATION_0 // 设置图片旋转角度0
|
H A D | camera-deferred-capture-case.md | 315 rotation: camera.ImageRotation.ROTATION_0 // 设置图片旋转角度0
|
H A D | camera-deferred-photo-case.md | 343 rotation: camera.ImageRotation.ROTATION_0 // 设置图片旋转角度0
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | capture_output.h | 107 enum ImageRotation { enum
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 2123 | [ImageRotation](#imagerotation) | 获取预览旋转角度。 | 2137 …(previewOutput: camera.PreviewOutput, imageRotation : camera.ImageRotation): camera.ImageRotation { 2138 let previewRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0; 2187 ## ImageRotation section 2390 rotation: camera.ImageRotation.ROTATION_0, 2447 rotation: camera.ImageRotation.ROTATION_0, 3321 getPhotoRotation(deviceDegree: number): ImageRotation 3341 | [ImageRotation](#imagerotation) | 获取拍照旋转角度。 | 3356 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0; 3883 | [ImageRotation](#imagerotation) | 获取录像旋转角度。 | [all …]
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-shooting.md | 166 …rotation: camera.ImageRotation.ROTATION_0, // The photo rotation angle, camera.ImageRotation.ROTAT…
|
H A D | camera-background-recovery.md | 267 rotation: camera.ImageRotation.ROTATION_0 // Set the rotation angle of the photo to 0.
|
H A D | camera-deferred-capture-case.md | 308 rotation: camera.ImageRotation.ROTATION_0 // Set the rotation angle of the photo to 0.
|
H A D | camera-shooting-case.md | 298 rotation: camera.ImageRotation.ROTATION_0 // Set the rotation angle of the photo to 0.
|
H A D | camera-deferred-photo-case.md | 343 rotation: camera.ImageRotation.ROTATION_0 // Set the rotation angle of the photo to 0.
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/ |
H A D | @ohos.multimedia.camera.d.ts | 7373 enum ImageRotation { 7500 rotation?: ImageRotation;
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera.md | 2110 getPreviewRotation(displayRotation: number): ImageRotation 2144 …(previewOutput: camera.PreviewOutput, imageRotation : camera.ImageRotation): camera.ImageRotation { 2145 let previewRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0; 2194 ## ImageRotation section 2397 rotation: camera.ImageRotation.ROTATION_0, 2454 rotation: camera.ImageRotation.ROTATION_0, 3328 getPhotoRotation(deviceDegree: number): ImageRotation 3348 | [ImageRotation](#imagerotation) | Photo rotation degree.| 3363 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0; 3869 getVideoRotation(deviceDegree: number): ImageRotation [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 519 |新增|NA|类名:ImageRotation;<br>方法or属性:ROTATION_0 = 0|@ohos.multimedia.camera.d.ts| 520 |新增|NA|类名:ImageRotation;<br>方法or属性:ROTATION_90 = 90|@ohos.multimedia.camera.d.ts| 521 |新增|NA|类名:ImageRotation;<br>方法or属性:ROTATION_180 = 180|@ohos.multimedia.camera.d.ts| 522 |新增|NA|类名:ImageRotation;<br>方法or属性:ROTATION_270 = 270|@ohos.multimedia.camera.d.ts| 530 |新增|NA|类名:PhotoCaptureSetting;<br>方法or属性:rotation?: ImageRotation;|@ohos.multimedia.camera.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-multimedia.md | 700 …<br>方法or属性:rotation?: ImageRotation;<br>旧版本信息:|类名:PhotoCaptureSetting;<br>方法or属性:rotation?: ImageR…
|