Home
last modified time | relevance | path

Searched refs:ROTATION_MAX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h189 const int32_t ROTATION_MAX = 360; variable
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp897 screenRotation = (screenRotation + ROTATION_270) % ROTATION_MAX; in GetScreenRotation()
916 pictureRotation = (cameraOrientation - screenRotation) % ROTATION_MAX; in GetPictureRotation()
918 pictureRotation = (cameraOrientation + screenRotation) % ROTATION_MAX; in GetPictureRotation()