Home
last modified time | relevance | path

Searched refs:FLIP_H (Results 1 – 25 of 25) sorted by relevance

/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DTransform.aidl34 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/
DTransform.aidl39 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/
DTransform.aidl39 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/
DTransform.aidl39 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/
DTransform.aidl39 FLIP_H = 1, enumConstant
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h403 FLIP_H = 0x1, enumerator
405 ROT_180 = FLIP_H | FLIP_V,
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h178 FLIP_H = 0x1, enumerator
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h178 FLIP_H = 0x1, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h423 FLIP_H = 0x1, enumerator
425 ROT_180 = FLIP_H | FLIP_V,
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp88 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/
DReadbackVts.cpp87 (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()
DVtsHalGraphicsComposer3_ReadbackTest.cpp1307 TEST_P(GraphicsTransformCompositionTest, FLIP_H) { in TEST_P() argument
1327 mLayer->setTransform(Transform::FLIP_H); in TEST_P()
DVtsHalGraphicsComposer3_TargetTest.cpp2322 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/
Dtypes.hal512 * 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/
DVtsHalGraphicsComposerV2_1TargetTest.cpp1144 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/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp1203 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/
Dhw_device_drm.cpp634 rot_bit_mask |= UINT32(DRMRotation::FLIP_H); in SetupAtomic()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp629 rot_bit_mask |= UINT32(DRMRotation::FLIP_H); in SetupAtomic()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp726 (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/
Ddrm_plane.cpp826 if (rot_bit_mask & static_cast<uint32_t>(DRMRotation::FLIP_H)) { in Perform()
Ddrm_connector.cpp536 info->panel_orientation = DRMRotation::FLIP_H; in ParseCapabilities()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1790 effect = FLIP_H; in set_flipMode()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp772 (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/
Dcam_types.h2831 FLIP_H = 1, /* 01b */ enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp802 {FLIP_MODE_H, FLIP_H},