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

  /frameworks/native/services/surfaceflinger/tests/transform/
TransformTest.cpp 25 Transform trFH(Transform::FLIP_H);
28 Transform tr90FH(Transform::ROT_90 | Transform::FLIP_H);
  /frameworks/native/services/surfaceflinger/
Transform.h 46 FLIP_H = HAL_TRANSFORM_FLIP_H,
49 ROT_180 = FLIP_H|FLIP_V,
Transform.cpp 147 if (flags & FLIP_H) {
148 H.mType = (FLIP_H << 8) | SCALE;
261 if (a<0) flags |= FLIP_H;
269 if (c<0) flags |= FLIP_H;
284 if (flags & FLIP_H)
369 if (orient&FLIP_H)
370 flags.append("FLIP_H ");
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 42 #define FLIP_V_H (FLIP_H | FLIP_V)
520 {FLIP_MODE_H, FLIP_H},
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp 42 #define FLIP_V_H (FLIP_H | FLIP_V)
520 {FLIP_MODE_H, FLIP_H},
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 42 #define FLIP_V_H (FLIP_H | FLIP_V)
    [all...]

Completed in 57 milliseconds