Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp954 return FillRotationInfo(ROTATION_0, false, false); in GetRotationInfo()
957 return FillRotationInfo(ROTATION_90, false, false); in GetRotationInfo()
966 return FillRotationInfo(ROTATION_0, false, true); in GetRotationInfo()
969 return FillRotationInfo(ROTATION_0, true, false); in GetRotationInfo()
972 return FillRotationInfo(ROTATION_90, false, true); in GetRotationInfo()
975 return FillRotationInfo(ROTATION_90, true, false); in GetRotationInfo()
978 return FillRotationInfo(ROTATION_180, false, true); in GetRotationInfo()
981 return FillRotationInfo(ROTATION_180, true, false); in GetRotationInfo()
984 return FillRotationInfo(ROTATION_270, false, true); in GetRotationInfo()
987 return FillRotationInfo(ROTATION_270, true, false); in GetRotationInfo()
[all …]
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h178 …std::shared_ptr<CameraRotationInfoAdapter> FillRotationInfo(int32_t rotation, bool isFlipX, bool i…