/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/ |
D | Transform.aidl | 44 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/ |
D | Transform.aidl | 41 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/ |
D | Transform.aidl | 41 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/ |
D | Transform.aidl | 41 ROT_90 = (1 << 2) /* 4 */, enumConstant 43 ROT_270 = ((FLIP_H | FLIP_V) | ROT_90) /* 7 */,
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosHwc3Types.h | 21 ROT_90, enumerator
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/ |
D | Transform.aidl | 41 ROT_90 = 4, enumConstant
|
/hardware/google/graphics/common/hwc3/impl/ |
D | TranslateHwcAidl.h | 83 case HwcMountOrientation::ROT_90: in translate() 84 out = common::Transform::ROT_90; in translate()
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_interface.h | 180 ROT_90 = 0x4, enumerator
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_interface.h | 180 ROT_90 = 0x4, enumerator
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 1146 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/ |
D | drm_interface.h | 406 ROT_90 = 0x4, enumerator
|
/hardware/qcom/sm7250/display/libdrmutils/ |
D | drm_interface.h | 426 ROT_90 = 0x4, enumerator
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 512 * 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/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 926 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/ |
D | drm_plane.cpp | 832 if (rot_bit_mask & static_cast<uint32_t>(DRMRotation::ROT_90)) { in Perform()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1534 *rot_bit_mask = UINT32(DRMRotation::ROT_90); in SetRotation()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1788 *rot_bit_mask = UINT32(DRMRotation::ROT_90); in SetRotation()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.cpp | 659 { HwcMountOrientation::ROT_90, "Left Side Up" }, in updateMountOrientation()
|