Home
last modified time | relevance | path

Searched refs:ROTATION_90 (Results 1 – 11 of 11) sorted by relevance

/foundation/graphic/standard/rosen/modules/render_service_base/include/screen_manager/
Dscreen_types.h52 ROTATION_90, enumerator
/foundation/windowmanager/interfaces/innerkits/dm/
Ddm_common.h104 ROTATION_90, enumerator
/foundation/graphic/standard/rosen/modules/render_service_client/test/unittest/
Drs_interfaces_test.cpp531 bool res = rsInterfaces->RequestRotation(screenId, ScreenRotation::ROTATION_90);
556 bool res = rsInterfaces->RequestRotation(screenId, ScreenRotation::ROTATION_90);
590 bool res = rsInterfaces->RequestRotation(screenId, ScreenRotation::ROTATION_90);
594 ASSERT_EQ(rotation, ScreenRotation::ROTATION_90);
/foundation/multimedia/media_standard/services/engine/gstreamer/recorder/element_wrapper/
Dmux_sink_bin.cpp29 constexpr uint32_t ROTATION_90 = 90; variable
226 …if (param.rotation != ROTATION_90 && param.rotation != ROTATION_180 && param.rotation != ROTATION_… in ConfigureRotationAngle()
/foundation/multimedia/camera_standard/interfaces/kits/js/camera_napi/include/
Dcamera_napi_utils.h196 ROTATION_90 = 90, enumerator
456 case ROTATION_90: in MapImageRotationFromJs()
/foundation/graphic/standard/rosen/modules/render_service/core/pipeline/
Drs_hardware_processor.cpp126 if (rotation_ == ScreenRotation::ROTATION_90 || rotation_ == ScreenRotation::ROTATION_270) { in ProcessSurface()
275 case ScreenRotation::ROTATION_90: { in GetLayerTransform()
379 case ScreenRotation::ROTATION_90: { in OnRotate()
Drs_surface_capture_task.cpp116 if (rotation == ScreenRotation::ROTATION_90 || rotation == ScreenRotation::ROTATION_270) { in CreatePixelMapByDisplayNode()
/foundation/windowmanager/dmserver/src/
Dabstract_screen.cpp231 return isVerticalScreen ? Rotation::ROTATION_0 : Rotation::ROTATION_90; in CalcRotation()
234 return isVerticalScreen ? Rotation::ROTATION_90 : Rotation::ROTATION_0; in CalcRotation()
/foundation/windowmanager/wmserver/src/
Dinput_window_monitor.cpp175 case Rotation::ROTATION_90: in UpdateDisplayDirection()
/foundation/multimedia/camera_standard/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts709 ROTATION_90 = 90,
/foundation/graphic/standard/rosen/modules/render_service/core/screen_manager/
Drs_screen.cpp517 case ScreenRotation::ROTATION_90: { in UpdateRotationMatrix()