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

  /frameworks/native/services/surfaceflinger/tests/transform/
TransformTest.cpp 26 Transform trFV(Transform::FLIP_V);
29 Transform tr90FV(Transform::ROT_90 | Transform::FLIP_V);
  /frameworks/native/services/surfaceflinger/
Transform.h 47 FLIP_V = HAL_TRANSFORM_FLIP_V,
49 ROT_180 = FLIP_H|FLIP_V,
Transform.cpp 155 if (flags & FLIP_V) {
156 V.mType = (FLIP_V << 8) | SCALE;
262 if (d<0) flags |= FLIP_V;
268 if (b>0) flags |= FLIP_V;
286 if (flags & FLIP_V)
367 if (orient&FLIP_V)
368 flags.append("FLIP_V ");
  /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)
519 {FLIP_MODE_V, FLIP_V},
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp 42 #define FLIP_V_H (FLIP_H | FLIP_V)
519 {FLIP_MODE_V, FLIP_V},
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp 42 #define FLIP_V_H (FLIP_H | FLIP_V)
    [all...]

Completed in 286 milliseconds