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

  /frameworks/native/services/surfaceflinger/
Transform.h 46 FLIP_H = HAL_TRANSFORM_FLIP_H,
49 ROT_180 = FLIP_H|FLIP_V,
Transform.cpp 143 if (flags & FLIP_H) {
144 H.mType = (FLIP_H << 8) | SCALE;
264 if (a<0) flags |= FLIP_H;
272 if (c<0) flags |= FLIP_H;
287 if (flags & FLIP_H)
372 if (orient&FLIP_H)
373 flags.append("FLIP_H ");
  /hardware/interfaces/graphics/common/1.0/
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,
    [all...]
  /hardware/qcom/display/sdm845/libdrmutils/
drm_interface.h 219 FLIP_H = 0x1,
221 ROT_180 = FLIP_H | FLIP_V,
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 652 mWriter->setLayerTransform(Transform::FLIP_H);
658 static_cast<Transform>(Transform::FLIP_H | Transform::ROT_90));
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.cpp 456 (connector_info_.panel_orientation == DRMRotation::FLIP_H) ||
685 rot_bit_mask |= UINT32(DRMRotation::FLIP_H);
    [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 1049 milliseconds