Home
last modified time | relevance | path

Searched refs:GRAPHIC_ROTATE_180 (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp125 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 Dframe_record.h206 { GRAPHIC_ROTATE_180, 180 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp135 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 Drender_opengl_renderer.cpp83 case GRAPHIC_ROTATE_180: in ProcessTransform()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1171 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 Drs_uni_render_composer_adapter.cpp604 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 Dsurface_adapter_impl.cpp196 { TransformTypeAdapter::ROTATE_180, GraphicTransformType::GRAPHIC_ROTATE_180 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp881 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 Dsurface_type.h453 GRAPHIC_ROTATE_180, /**< Rotation by 180 degrees */ enumerator
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp112 transform = GraphicTransformType::GRAPHIC_ROTATE_180; in RotationToTransform()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp223 hdiLayer_->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_180); in SetLayerTransformType()
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp137 type = GraphicTransformType::GRAPHIC_ROTATE_180;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp785 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 Dcodec_utils.cpp225 return GRAPHIC_ROTATE_180; in TranslateSurfaceRotation()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dpost_processing.h332 err = config_.outputSurface->SetTransform(GRAPHIC_ROTATE_180); in SetOutputSurfaceTransform()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h33 {GRAPHIC_ROTATE_180, "2 <rotation by 180 degrees>"},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp723 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 Dtype_converter.cpp324 { VIDEO_ROTATION_180, GRAPHIC_ROTATE_180 }, in InnerRotateToDisplayRotate()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp707 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 Dnative_window_test.cpp400 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 Dcamera_adapter_impl_test.cpp232 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_180);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp68 transform = GraphicTransformType::GRAPHIC_ROTATE_180; in ConvertRotation()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp381 case GRAPHIC_ROTATE_180: in GetTransformMatrix()
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp959 case GraphicTransformType::GRAPHIC_ROTATE_180: { in GetRotationInfo()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp527 GraphicTransformType::GRAPHIC_ROTATE_180, GraphicTransformType::GRAPHIC_ROTATE_270,

12