/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 725 ret = producer_->SetTransform(GRAPHIC_ROTATE_NONE); in ProcessFixedDiffDeviceTransform() 737 …sensorOrientation = (sensorOrientation == STREAM_ROTATE_180) ? GRAPHIC_ROTATE_NONE : (sensorOrient… in ProcessCameraSetRotation() 740 if (sensorOrientation == GRAPHIC_ROTATE_NONE) { in ProcessCameraSetRotation() 741 int ret = producer_->SetTransform(GRAPHIC_ROTATE_NONE); in ProcessCameraSetRotation() 777 ret = producer_->SetTransform(GRAPHIC_ROTATE_NONE); in ProcessVerticalCameraPosition() 830 ret = producer_->SetTransform(GRAPHIC_ROTATE_NONE); in ProcessCameraPosition()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue.h | 261 GraphicTransformType transform_ = GraphicTransformType::GRAPHIC_ROTATE_NONE; 262 GraphicTransformType lastFlushedTransform_ = GraphicTransformType::GRAPHIC_ROTATE_NONE; 291 GraphicTransformType transformHint_ = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
H A D | surface_buffer_impl.h | 109 GraphicTransformType transform_ = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
H A D | producer_surface.h | 199 GraphicTransformType lastSetTransformHint_ = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/mock/src/ |
H A D | mock_producer_surface.cpp | 39 .transform = GraphicTransformType::GRAPHIC_ROTATE_NONE, in AllocDmaMemory()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | surface_adapter_impl_test.cpp | 280 EXPECT_EQ(type, GraphicTransformType::GRAPHIC_ROTATE_NONE); 282 EXPECT_EQ(type, GraphicTransformType::GRAPHIC_ROTATE_NONE);
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | surface_adapter_impl.cpp | 194 { TransformTypeAdapter::ROTATE_NONE, GraphicTransformType::GRAPHIC_ROTATE_NONE }, 231 return GraphicTransformType::GRAPHIC_ROTATE_NONE; in TransToTransformType()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 451 GRAPHIC_ROTATE_NONE = 0, /**< No rotation */ enumerator 474 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/ |
H A D | texture_layer.cpp | 106 transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; in RotationToTransform() 118 transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; in RotationToTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/ |
H A D | surface_image.h | 110 GraphicTransformType currentTransformType_ = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 120 case GraphicTransformType::GRAPHIC_ROTATE_NONE: in ComputeTransformByMatrix() 208 case GraphicTransformType::GRAPHIC_ROTATE_NONE: in ComputeTransformByMatrixV2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdilayer_context_systest.cpp | 126 hdiLayer_->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_NONE); in FillHdiLayer()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.h | 123 GraphicTransformType transform_ = GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 708 GraphicTransformType bufferTranformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; 756 GraphicTransformType bufferTranformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; 760 ASSERT_EQ(ps->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_NONE), OHOS::GSERROR_OK); 1101 ASSERT_EQ(cs->GetTransform(), GraphicTransformType::GRAPHIC_ROTATE_NONE); 1162 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; 1165 ASSERT_EQ(cs->GetTransform(), GraphicTransformType::GRAPHIC_ROTATE_NONE); 1178 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 849 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_ROTATE_NONE); 896 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_ROTATE_NONE); 1043 …m = RSBaseRenderUtil::ClockwiseToAntiClockwiseTransform(GraphicTransformType::GRAPHIC_ROTATE_NONE); 1044 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_ROTATE_NONE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 1148 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; in GetSurfaceBufferTransformType() 1754 return GraphicTransformType::GRAPHIC_ROTATE_NONE; in GetRotateTransform() 1832 … {GraphicTransformType::GRAPHIC_ROTATE_NONE, 0}, {GraphicTransformType::GRAPHIC_ROTATE_90, 90}, in RotateEnumToInt() 1841 … {0, GraphicTransformType::GRAPHIC_ROTATE_NONE}, {90, GraphicTransformType::GRAPHIC_ROTATE_270}, in RotateEnumToInt() 1856 … return iter != intToEnumMap.end() ? iter->second : GraphicTransformType::GRAPHIC_ROTATE_NONE; in RotateEnumToInt() 1859 … return iter != pairToEnumMap.end() ? iter->second : GraphicTransformType::GRAPHIC_ROTATE_NONE; in RotateEnumToInt()
|
H A D | rs_base_render_util.h | 181 GraphicTransformType flip = GraphicTransformType::GRAPHIC_ROTATE_NONE);
|
H A D | rs_uni_render_util.cpp | 454 auto transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; in CreateBufferDrawParam() 504 auto transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; in CreateBufferDrawParam() 1361 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; in UpdateRealSrcRect() 1514 return GraphicTransformType::GRAPHIC_ROTATE_NONE; in GetLayerTransform() 1524 auto transformType = GraphicTransformType::GRAPHIC_ROTATE_NONE; in GetLayerTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 57 .transform = GraphicTransformType::GRAPHIC_ROTATE_NONE, in DmaMemAlloc()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/manager/memory_manager/ |
H A D | effect_memory.cpp | 138 ….transform = src == nullptr ? GraphicTransformType::GRAPHIC_ROTATE_NONE : src->GetSurfaceBufferTra… in Alloc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.cpp | 227 hdiLayer_->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_NONE); in SetLayerTransformType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 62 transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; in ConvertRotation() 74 transform = GraphicTransformType::GRAPHIC_ROTATE_NONE; in ConvertRotation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdidevice_test.cpp | 137 GraphicTransformType type = GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 123 GraphicTransformType type = GraphicTransformType::GRAPHIC_ROTATE_NONE;
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 164 .transform = GraphicTransformType::GRAPHIC_ROTATE_NONE, in DmaMemAlloc()
|