HomeSort by relevance Sort by last modified time
    Searched refs:FLIP_V (Results 1 - 10 of 10) 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;
258 if (d<0) flags |= FLIP_V;
264 if (b>0) flags |= FLIP_V;
282 if (flags & FLIP_V)
363 if (orient&FLIP_V)
364 flags.append("FLIP_V ");
  /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 379 milliseconds