Home
last modified time | relevance | path

Searched refs:ROT_90 (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DTransform.aidl44 ROT_90 = 1 << 2, enumConstant
50 ROT_270 = FLIP_H | FLIP_V | ROT_90,
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/
DTransform.aidl41 ROT_90 = (1 << 2) /* 4 */, enumConstant
43 ROT_270 = ((FLIP_H | FLIP_V) | ROT_90) /* 7 */,
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DTransform.aidl41 ROT_90 = (1 << 2) /* 4 */, enumConstant
43 ROT_270 = ((FLIP_H | FLIP_V) | ROT_90) /* 7 */,
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/5/android/hardware/graphics/common/
DTransform.aidl41 ROT_90 = (1 << 2) /* 4 */, enumConstant
43 ROT_270 = ((FLIP_H | FLIP_V) | ROT_90) /* 7 */,
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosHwc3Types.h21 ROT_90, enumerator
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/
DTransform.aidl41 ROT_90 = 4, enumConstant
/hardware/google/graphics/common/hwc3/impl/
DTranslateHwcAidl.h83 case HwcMountOrientation::ROT_90: in translate()
84 out = common::Transform::ROT_90; in translate()
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h180 ROT_90 = 0x4, enumerator
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h180 ROT_90 = 0x4, enumerator
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp1146 mWriter->setLayerTransform(Transform::ROT_90); in TEST_P()
1149 mWriter->setLayerTransform(static_cast<Transform>(Transform::FLIP_H | Transform::ROT_90)); in TEST_P()
1150 mWriter->setLayerTransform(static_cast<Transform>(Transform::FLIP_V | Transform::ROT_90)); in TEST_P()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h406 ROT_90 = 0x4, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h426 ROT_90 = 0x4, enumerator
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal512 * Horizontal flip. FLIP_H/FLIP_V is applied before ROT_90.
517 * Vertical flip. FLIP_H/FLIP_V is applied before ROT_90.
522 * 90 degree clockwise rotation. FLIP_H/FLIP_V is applied before ROT_90.
524 ROT_90 = 1 << 2,
530 ROT_270 = FLIP_H | FLIP_V | ROT_90,
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp926 Transform::ROT_90, in TEST_P()
2330 writer.setLayerTransform(getPrimaryDisplayId(), layer, Transform::ROT_90); in TEST_P()
2344 static_cast<int>(Transform::ROT_90))); in TEST_P()
2350 static_cast<int>(Transform::ROT_90))); in TEST_P()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp832 if (rot_bit_mask & static_cast<uint32_t>(DRMRotation::ROT_90)) { in Perform()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1534 *rot_bit_mask = UINT32(DRMRotation::ROT_90); in SetRotation()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1788 *rot_bit_mask = UINT32(DRMRotation::ROT_90); in SetRotation()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp659 { HwcMountOrientation::ROT_90, "Left Side Up" }, in updateMountOrientation()