diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-22 08:42:53 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2022-04-22 08:42:53 -0700 |
commit | 1b7aa2b630912174d23c39edd0b265bdfc154585 (patch) | |
tree | b798f3fb7a3ce8fe40507d6d7e02142bf83d04b5 | |
parent | 57e9e4bd4d69202b6286d4b7ac92203a9eb1619a (diff) | |
parent | a0abd5557a3b61a06e0c49edc7ce30ffd29dd6f6 (diff) |
Merge "gralloc: Define YCbCr_420_SP_4R_UBWC format" into display-sysintf.lnx.12.0
-rw-r--r-- | gralloc/QtiGrallocDefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gralloc/QtiGrallocDefs.h b/gralloc/QtiGrallocDefs.h index d37f327e..8f8c59c4 100644 --- a/gralloc/QtiGrallocDefs.h +++ b/gralloc/QtiGrallocDefs.h @@ -138,6 +138,7 @@ // UBWC aligned Venus format #define HAL_PIXEL_FORMAT_YCbCr_420_SP_VENUS_UBWC 0x7FA30C06 +#define HAL_PIXEL_FORMAT_YCbCr_420_SP_4R_UBWC 0x7FA30C07 #define HAL_PIXEL_FORMAT_YCbCr_420_TP10_UBWC 0x7FA30C09 // Khronos ASTC formats |