OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLIP_V
(Results
1 - 7
of
7
) 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
)
366
if (orient&
FLIP_V
)
367
flags.append("
FLIP_V
");
/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
)
519
{FLIP_MODE_V,
FLIP_V
},
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp
42
#define FLIP_V_H (FLIP_H |
FLIP_V
)
519
{FLIP_MODE_V,
FLIP_V
},
[
all
...]
Completed in 157 milliseconds