summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGowtham Tammana <g-tammana@ti.com>2018-07-11 11:11:35 -0500
committerGerrit Code Review <gerrit2@dlezvx23.ext.ti.com>2018-07-11 11:11:35 -0500
commitfe61ed7e7aca25aa1a4e6a95e6bd16923e874bd9 (patch)
tree82520a1291cc1a07d29ff63bcbd0567f44ea0a6f
parentda4a92a5091edf40b07f193e55700ad1e21deacc (diff)
parent58723c4970ed09410e2b05e27dfe737176006c68 (diff)
downloaddra7xx-fe61ed7e7aca25aa1a4e6a95e6bd16923e874bd9.tar.gz
Merge "hwc: Add definition for NV21 format" into d-oreo-mr1-release
-rw-r--r--hwcomposer/hal_public.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwcomposer/hal_public.h b/hwcomposer/hal_public.h
index 5ca9bd2..839ebe2 100644
--- a/hwcomposer/hal_public.h
+++ b/hwcomposer/hal_public.h
@@ -240,6 +240,7 @@ enum {
* implementation
*/
HAL_PIXEL_FORMAT_NV12 = 0x3231564E, // FourCC for NV12
+ HAL_PIXEL_FORMAT_NV21 = 0x3132564E, // FourCC for NV21
};
#endif /* HAL_PUBLIC_H */