summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2018-07-12 20:37:38 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:04:39 +0200
commite7a7d92d12b3dd2fb1f9e402722d80ddb09ad1a0 (patch)
treecfe34a55b68523316f1d66b4408711c317370973
parente505676f10217f47fef3dd05cfbb43be83d13322 (diff)
downloadandroid_hardware_qcom_sdm845_display-e7a7d92d12b3dd2fb1f9e402722d80ddb09ad1a0.tar.gz
android_hardware_qcom_sdm845_display-e7a7d92d12b3dd2fb1f9e402722d80ddb09ad1a0.tar.bz2
android_hardware_qcom_sdm845_display-e7a7d92d12b3dd2fb1f9e402722d80ddb09ad1a0.zip
Add C2D_COLOR_FORMAT_420_TP10 to C2D_YUV_FORMAT
* It seems like CAF forgot to include it in public HALs, breaking compilation for libc2dcolorconvert target. Change-Id: I0e3efc0eb6eccaa250e24f1056cc3db8935e5821
-rw-r--r--libcopybit/c2d2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcopybit/c2d2.h b/libcopybit/c2d2.h
index 315a3ba5..821a6d57 100644
--- a/libcopybit/c2d2.h
+++ b/libcopybit/c2d2.h
@@ -207,6 +207,7 @@ typedef enum {
C2D_COLOR_FORMAT_422_Y42B = 174,
C2D_COLOR_FORMAT_800_Y800 = 190,
+ C2D_COLOR_FORMAT_420_TP10 = 191,
} C2D_YUV_FORMAT;