Home
last modified time | relevance | path

Searched refs:deviceDegree (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp199 Camera_ErrorCode OH_VideoOutput_GetVideoRotation(Camera_VideoOutput* videoOutput, int deviceDegree, in OH_VideoOutput_GetVideoRotation() argument
207 return videoOutput->GetVideoRotation(deviceDegree, imageRotation); in OH_VideoOutput_GetVideoRotation()
H A Dphoto_output.cpp398 Camera_ErrorCode OH_PhotoOutput_GetPhotoRotation(Camera_PhotoOutput* photoOutput, int deviceDegree, in OH_PhotoOutput_GetPhotoRotation() argument
406 return photoOutput->GetPhotoRotation(deviceDegree, imageRotation); in OH_PhotoOutput_GetPhotoRotation()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md3321 getPhotoRotation(deviceDegree: number): ImageRotation
3335 | deviceDegree | number | 是 | 设备旋转角度 |
3355 function testGetPhotoRotation(photoOutput: camera.PhotoOutput, deviceDegree : number): camera.Image…
3358 photoRotation = photoOutput.getPhotoRotation(deviceDegree);
3863 getVideoRotation(deviceDegree: number): ImageRotation
3877 | deviceDegree | number | 是 | 设备旋转角度 |
3897 function testGetVideoRotation(videoOutput: camera.VideoOutput, deviceDegree : number): camera.Image…
3900 videoRotation = videoOutput.getVideoRotation(deviceDegree);
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md3328 getPhotoRotation(deviceDegree: number): ImageRotation
3342 | deviceDegree | number | Yes | Rotation angle.|
3362 function testGetPhotoRotation(photoOutput: camera.PhotoOutput, deviceDegree : number): camera.Image…
3365 photoRotation = photoOutput.getPhotoRotation(deviceDegree);
3869 getVideoRotation(deviceDegree: number): ImageRotation
3883 | deviceDegree | number | Yes | Rotation angle.|
3903 function testGetVideoRotation(videoOutput: camera.VideoOutput, deviceDegree : number): camera.Image…
3906 videoRotation = videoOutput.getVideoRotation(deviceDegree);