Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DTransform.aidl39 FLIP_V = 1 << 1, 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.aidl40 FLIP_V = (1 << 1) /* 2 */, 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.aidl40 FLIP_V = (1 << 1) /* 2 */, 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.aidl40 FLIP_V = (1 << 1) /* 2 */, 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.aidl40 FLIP_V = 2, enumConstant
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h404 FLIP_V = 0x2, enumerator
405 ROT_180 = FLIP_H | FLIP_V,
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h179 FLIP_V = 0x2, enumerator
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h179 FLIP_V = 0x2, enumerator
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h424 FLIP_V = 0x2, enumerator
425 ROT_180 = FLIP_H | FLIP_V,
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp89 (mTransform & Transform::FLIP_V ? -mDisplayFrame.bottom : 0.0f), 0.0f, 1.0f)); in toRenderEngineLayerSettings()
92 mTransform & Transform::FLIP_V ? -1.0f : 1.0f, 1.0f, 1.0f)); in toRenderEngineLayerSettings()
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp90 (static_cast<uint64_t>(mTransform) & static_cast<uint64_t>(Transform::FLIP_V) in toRenderEngineLayerSettings()
98 static_cast<uint64_t>(mTransform) & static_cast<uint64_t>(Transform::FLIP_V) ? -1.0f in toRenderEngineLayerSettings()
DVtsHalGraphicsComposer3_ReadbackTest.cpp1358 TEST_P(GraphicsTransformCompositionTest, FLIP_V) { in TEST_P() argument
1374 mLayer->setTransform(Transform::FLIP_V); in TEST_P()
DVtsHalGraphicsComposer3_TargetTest.cpp2326 writer.setLayerTransform(getPrimaryDisplayId(), layer, Transform::FLIP_V); in TEST_P()
2349 static_cast<Transform>(static_cast<int>(Transform::FLIP_V) | in TEST_P()
/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.
519 FLIP_V = 1 << 1,
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.cpp1145 mWriter->setLayerTransform(Transform::FLIP_V); in TEST_P()
1150 mWriter->setLayerTransform(static_cast<Transform>(Transform::FLIP_V | Transform::ROT_90)); in TEST_P()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp1258 TEST_P(GraphicsTransformCompositionTest, FLIP_V) { in TEST_P() argument
1284 mLayer->setTransform(Transform::FLIP_V); in TEST_P()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_device_drm.cpp637 rot_bit_mask |= UINT32(DRMRotation::FLIP_V); in SetupAtomic()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_device_drm.cpp632 rot_bit_mask |= UINT32(DRMRotation::FLIP_V); in SetupAtomic()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp729 (connector_info_.panel_orientation == DRMRotation::FLIP_V) || in PopulateHWPanelInfo()
1544 *rot_bit_mask |= UINT32(DRMRotation::FLIP_V); in SetRotation()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp829 if (rot_bit_mask & static_cast<uint32_t>(DRMRotation::FLIP_V)) { in Perform()
Ddrm_connector.cpp538 info->panel_orientation = DRMRotation::FLIP_V; in ParseCapabilities()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1794 effect = FLIP_V; in set_flipMode()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp775 (connector_info_.panel_orientation == DRMRotation::FLIP_V) || in PopulateHWPanelInfo()
1798 *rot_bit_mask |= UINT32(DRMRotation::FLIP_V); in SetRotation()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h2832 FLIP_V = 2, /* 10b */ enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp801 {FLIP_MODE_V, FLIP_V},