/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 125 case GraphicTransformType::GRAPHIC_ROTATE_180: in ComputeTransformByMatrix() 213 case GraphicTransformType::GRAPHIC_ROTATE_180: in ComputeTransformByMatrixV2()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/ |
H A D | frame_record.h | 206 { GRAPHIC_ROTATE_180, 180 },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdilayerinfo_test.cpp | 135 type = GraphicTransformType::GRAPHIC_ROTATE_180; 137 …_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTransformType(), GraphicTransformType::GRAPHIC_ROTATE_180);
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_opengl_renderer.cpp | 83 case GRAPHIC_ROTATE_180: in ProcessTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 1171 case GraphicTransformType::GRAPHIC_ROTATE_180: { in GetSurfaceTransformMatrix() 1216 case GraphicTransformType::GRAPHIC_ROTATE_180: { in GetSurfaceTransformMatrixForRotationFixed() 1762 return GraphicTransformType::GRAPHIC_ROTATE_180; in GetRotateTransform() 1833 … {GraphicTransformType::GRAPHIC_ROTATE_180, 180}, {GraphicTransformType::GRAPHIC_ROTATE_270, 270}}; in RotateEnumToInt() 1842 … {180, GraphicTransformType::GRAPHIC_ROTATE_180}, {270, GraphicTransformType::GRAPHIC_ROTATE_90}}; in RotateEnumToInt()
|
H A D | rs_uni_render_composer_adapter.cpp | 604 case GraphicTransformType::GRAPHIC_ROTATE_180: { in SrcRectRotateTransform() 655 case GraphicTransformType::GRAPHIC_ROTATE_180: { in SrcRectRotateTransform()
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | surface_adapter_impl.cpp | 196 { TransformTypeAdapter::ROTATE_180, GraphicTransformType::GRAPHIC_ROTATE_180 },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 881 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_ROTATE_180); 1078 GraphicTransformType rotationTransform = GraphicTransformType::GRAPHIC_ROTATE_180; 1130 GraphicTransformType rotationTransform = GraphicTransformType::GRAPHIC_ROTATE_180;
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 453 GRAPHIC_ROTATE_180, /**< Rotation by 180 degrees */ enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | texture_layer.cpp | 112 transform = GraphicTransformType::GRAPHIC_ROTATE_180; in RotationToTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.cpp | 223 hdiLayer_->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_180); in SetLayerTransformType()
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 137 type = GraphicTransformType::GRAPHIC_ROTATE_180;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 785 ret = producer_->SetTransform(GRAPHIC_ROTATE_180); in ProcessVerticalCameraPosition() 838 ret = producer_->SetTransform(GRAPHIC_ROTATE_180); in ProcessCameraPosition()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/ |
H A D | codec_utils.cpp | 225 return GRAPHIC_ROTATE_180; in TranslateSurfaceRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | post_processing.h | 332 err = config_.outputSurface->SetTransform(GRAPHIC_ROTATE_180); in SetOutputSurfaceTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 33 {GRAPHIC_ROTATE_180, "2 <rotation by 180 degrees>"},
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 723 rotation = GraphicTransformType::GRAPHIC_ROTATE_180; in CacRotationFromTransformType() 742 case GraphicTransformType::GRAPHIC_ROTATE_180: { in CacRotationFromTransformType()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 324 { VIDEO_ROTATION_180, GRAPHIC_ROTATE_180 }, in InnerRotateToDisplayRotate()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 707 ASSERT_EQ(ps->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_180), OHOS::GSERROR_OK); 1130 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_180; 1133 ASSERT_EQ(cs->GetTransform(), GraphicTransformType::GRAPHIC_ROTATE_180);
|
H A D | native_window_test.cpp | 400 nativeWindow->surface->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_180); 402 ASSERT_EQ(transformTmp, GraphicTransformType::GRAPHIC_ROTATE_180);
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/ |
H A D | camera_adapter_impl_test.cpp | 232 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_180);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 68 transform = GraphicTransformType::GRAPHIC_ROTATE_180; in ConvertRotation()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 381 case GRAPHIC_ROTATE_180: in GetTransformMatrix()
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | camera_manager_adapter_impl.cpp | 959 case GraphicTransformType::GRAPHIC_ROTATE_180: { in GetRotationInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 527 GraphicTransformType::GRAPHIC_ROTATE_180, GraphicTransformType::GRAPHIC_ROTATE_270,
|