Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h353 FLIP_V = 0x2, enumerator
354 ROT_180 = FLIP_H | FLIP_V,
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h403 FLIP_V = 0x2, enumerator
404 ROT_180 = FLIP_H | FLIP_V,
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h179 FLIP_V = 0x2, enumerator
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h179 FLIP_V = 0x2, enumerator
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp86 (mTransform & Transform::FLIP_V ? -mDisplayFrame.bottom : 0.0f), 0.0f, 1.0f)); in toRenderEngineLayerSettings()
89 mTransform & Transform::FLIP_V ? -1.0f : 1.0f, 1.0f, 1.0f)); in toRenderEngineLayerSettings()
/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.cpp1043 mWriter->setLayerTransform(Transform::FLIP_V); in TEST_P()
1048 mWriter->setLayerTransform(static_cast<Transform>(Transform::FLIP_V | Transform::ROT_90)); in TEST_P()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp1273 TEST_P(GraphicsTransformCompositionTest, FLIP_V) { in TEST_P() argument
1299 mLayer->setTransform(Transform::FLIP_V); in TEST_P()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.cpp598 (connector_info_.panel_orientation == DRMRotation::FLIP_V) || in PopulateHWPanelInfo()
1296 *rot_bit_mask |= UINT32(DRMRotation::FLIP_V); in SetRotation()
/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.cpp725 (connector_info_.panel_orientation == DRMRotation::FLIP_V) || in PopulateHWPanelInfo()
1540 *rot_bit_mask |= UINT32(DRMRotation::FLIP_V); in SetRotation()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c1794 effect = FLIP_V; in set_flipMode()
/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},