OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLIP_H
(Results
1 - 7
of
7
) 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
)
368
if (orient&
FLIP_H
)
369
flags.append("
FLIP_H
");
/device/asus/flo/camera/QCamera2/stack/common/
cam_types.h
[
all
...]
/hardware/qcom/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
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp
42
#define FLIP_V_H (
FLIP_H
| FLIP_V)
520
{FLIP_MODE_H,
FLIP_H
},
[
all
...]
Completed in 245 milliseconds