HomeSort by relevance Sort by last modified time
    Searched refs:FLIP_H (Results 1 - 10 of 10) 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;
257 if (a<0) flags |= FLIP_H;
265 if (c<0) flags |= FLIP_H;
280 if (flags & FLIP_H)
365 if (orient&FLIP_H)
366 flags.append("FLIP_H ");
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 42 #define FLIP_V_H (FLIP_H | FLIP_V)
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 162 milliseconds