/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/ |
D | Transform.aidl | 34 FLIP_H = 1 << 0, enumConstant 49 ROT_180 = FLIP_H | FLIP_V, 50 ROT_270 = FLIP_H | FLIP_V | ROT_90,
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/5/android/hardware/graphics/common/ |
D | Transform.aidl | 39 FLIP_H = (1 << 0) /* 1 */, enumConstant 42 ROT_180 = (FLIP_H | FLIP_V) /* 3 */, 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 | 39 FLIP_H = (1 << 0) /* 1 */, enumConstant 42 ROT_180 = (FLIP_H | FLIP_V) /* 3 */, 43 ROT_270 = ((FLIP_H | FLIP_V) | ROT_90) /* 7 */,
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/ |
D | Transform.aidl | 39 FLIP_H = (1 << 0) /* 1 */, enumConstant 42 ROT_180 = (FLIP_H | FLIP_V) /* 3 */, 43 ROT_270 = ((FLIP_H | FLIP_V) | ROT_90) /* 7 */,
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/ |
D | Transform.aidl | 39 FLIP_H = 1, enumConstant
|
/hardware/qcom/sm8150/display/libdrmutils/ |
D | drm_interface.h | 403 FLIP_H = 0x1, enumerator 405 ROT_180 = FLIP_H | FLIP_V,
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
D | drm_interface.h | 178 FLIP_H = 0x1, enumerator
|
/hardware/qcom/display/msm8909/libdrmutils/ |
D | drm_interface.h | 178 FLIP_H = 0x1, enumerator
|
/hardware/qcom/sm7250/display/libdrmutils/ |
D | drm_interface.h | 423 FLIP_H = 0x1, enumerator 425 ROT_180 = FLIP_H | FLIP_V,
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 88 vec4((mTransform & Transform::FLIP_H ? -mDisplayFrame.right : 0.0f), in toRenderEngineLayerSettings() 91 const mat4 scale = mat4::scale(vec4(mTransform & Transform::FLIP_H ? -1.0f : 1.0f, in toRenderEngineLayerSettings()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.cpp | 87 (static_cast<uint64_t>(mTransform) & static_cast<uint64_t>(Transform::FLIP_H) in toRenderEngineLayerSettings() 96 static_cast<uint64_t>(mTransform) & static_cast<uint64_t>(Transform::FLIP_H) ? -1.0f in toRenderEngineLayerSettings()
|
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 1307 TEST_P(GraphicsTransformCompositionTest, FLIP_H) { in TEST_P() argument 1327 mLayer->setTransform(Transform::FLIP_H); in TEST_P()
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 2322 writer.setLayerTransform(getPrimaryDisplayId(), layer, Transform::FLIP_H); in TEST_P() 2343 static_cast<Transform>(static_cast<int>(Transform::FLIP_H) | in TEST_P()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 512 * Horizontal flip. FLIP_H/FLIP_V is applied before ROT_90. 514 FLIP_H = 1 << 0, 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. 529 ROT_180 = FLIP_H | FLIP_V, 530 ROT_270 = FLIP_H | FLIP_V | ROT_90,
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 1144 mWriter->setLayerTransform(Transform::FLIP_H); in TEST_P() 1149 mWriter->setLayerTransform(static_cast<Transform>(Transform::FLIP_H | Transform::ROT_90)); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 1203 TEST_P(GraphicsTransformCompositionTest, FLIP_H) { in TEST_P() argument 1228 mLayer->setTransform(Transform::FLIP_H); in TEST_P()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 634 rot_bit_mask |= UINT32(DRMRotation::FLIP_H); in SetupAtomic()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 629 rot_bit_mask |= UINT32(DRMRotation::FLIP_H); in SetupAtomic()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 726 (connector_info_.panel_orientation == DRMRotation::FLIP_H) || in PopulateHWPanelInfo() 1540 *rot_bit_mask |= UINT32(DRMRotation::FLIP_H); in SetRotation()
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_plane.cpp | 826 if (rot_bit_mask & static_cast<uint32_t>(DRMRotation::FLIP_H)) { in Perform()
|
D | drm_connector.cpp | 536 info->panel_orientation = DRMRotation::FLIP_H; in ParseCapabilities()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 1790 effect = FLIP_H; in set_flipMode()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 772 (connector_info_.panel_orientation == DRMRotation::FLIP_H) || in PopulateHWPanelInfo() 1794 *rot_bit_mask |= UINT32(DRMRotation::FLIP_H); in SetRotation()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 2831 FLIP_H = 1, /* 01b */ enumerator
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 802 {FLIP_MODE_H, FLIP_H},
|