HomeSort by relevance Sort by last modified time
    Searched refs:FLIP_V (Results 1 - 15 of 15) sorted by null

  /frameworks/native/services/surfaceflinger/
Transform.h 47 FLIP_V = HAL_TRANSFORM_FLIP_V,
49 ROT_180 = FLIP_H|FLIP_V,
Transform.cpp 151 if (flags & FLIP_V) {
152 V.mType = (FLIP_V << 8) | SCALE;
265 if (d<0) flags |= FLIP_V;
271 if (b>0) flags |= FLIP_V;
289 if (flags & FLIP_V)
370 if (orient&FLIP_V)
371 flags.append("FLIP_V ");
  /hardware/interfaces/graphics/common/1.0/
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.
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,
    [all...]
  /hardware/qcom/display/sdm845/libdrmutils/
drm_interface.h 220 FLIP_V = 0x2,
221 ROT_180 = FLIP_H | FLIP_V,
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 653 mWriter->setLayerTransform(Transform::FLIP_V);
660 static_cast<Transform>(Transform::FLIP_V | Transform::ROT_90));
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.cpp 459 (connector_info_.panel_orientation == DRMRotation::FLIP_V) ||
688 rot_bit_mask |= UINT32(DRMRotation::FLIP_V);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_types.h     [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 321 milliseconds