Home
last modified time | relevance | path

Searched refs:GetRotationInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp227 listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_NONE);
230 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_90);
232 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_180);
234 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_270);
236 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H);
238 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V);
240 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H_ROT90);
242 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V_ROT90);
244 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H_ROT180);
246 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V_ROT180);
[all …]
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/include/
H A Dcamera_manager_adapter_impl.h177 std::shared_ptr<CameraRotationInfoAdapter> GetRotationInfo(GraphicTransformType transform);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp950 std::shared_ptr<CameraRotationInfoAdapter> CameraSurfaceListener::GetRotationInfo(GraphicTransformT… in GetRotationInfo() function in OHOS::NWeb::CameraSurfaceListener
1009 …std::shared_ptr<CameraRotationInfoAdapter> rotationInfo = GetRotationInfo(surface_->GetTransform()… in OnBufferAvailable()