summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-21 13:49:17 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-21 13:49:17 -0700
commitabcf2c6a173540883c579af834fed3fb92a07590 (patch)
tree5f3a1035876be5abe59690b9ea2c09818e317c0a /include
parentf30ac954008cab7f66689bc8a9a6e59f15f8f812 (diff)
parentccacbce375af6422fa24f81bdc771a5460f60fed (diff)
downloadhardware_libhardware-abcf2c6a173540883c579af834fed3fb92a07590.zip
hardware_libhardware-abcf2c6a173540883c579af834fed3fb92a07590.tar.gz
hardware_libhardware-abcf2c6a173540883c579af834fed3fb92a07590.tar.bz2
am ccacbce3: am 937af9b7: fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices
Merge commit 'ccacbce375af6422fa24f81bdc771a5460f60fed' * commit 'ccacbce375af6422fa24f81bdc771a5460f60fed': fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices
Diffstat (limited to 'include')
-rw-r--r--include/hardware/overlay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hardware/overlay.h b/include/hardware/overlay.h
index 42fb014..c56a974 100644
--- a/include/hardware/overlay.h
+++ b/include/hardware/overlay.h
@@ -54,9 +54,9 @@ enum {
/* values for copybit_set_parameter(OVERLAY_TRANSFORM) */
enum {
/* flip source image horizontally */
- OVERLAY_TRANSFORM_FLIP_H = HAL_TRANSFORM_FLIP_V,
+ OVERLAY_TRANSFORM_FLIP_H = HAL_TRANSFORM_FLIP_H,
/* flip source image vertically */
- OVERLAY_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_H,
+ OVERLAY_TRANSFORM_FLIP_V = HAL_TRANSFORM_FLIP_V,
/* rotate source image 90 degrees */
OVERLAY_TRANSFORM_ROT_90 = HAL_TRANSFORM_ROT_90,
/* rotate source image 180 degrees */