From e16d2ec73394a4e43c237f2a290932543d9cb0bb Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Tue, 27 Aug 2013 15:05:41 -0700 Subject: [PATCH] openmax: allow frameworks/native NV12Tiled format --- include/exynos/Exynos_OMX_Def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/exynos/Exynos_OMX_Def.h b/include/exynos/Exynos_OMX_Def.h index e3cebf2..ee30600 100644 --- a/include/exynos/Exynos_OMX_Def.h +++ b/include/exynos/Exynos_OMX_Def.h @@ -157,7 +157,9 @@ typedef enum _EXYNOS_OMX_COLOR_FORMATTYPE { OMX_SEC_COLOR_FormatNV12TPhysicalAddress = 0x7F000001, /**< Reserved region for introducing Vendor Extensions */ OMX_SEC_COLOR_FormatNV12LPhysicalAddress = 0x7F000002, OMX_SEC_COLOR_FormatNV12LVirtualAddress = 0x7F000003, +#ifndef USE_NATIVE_SEC_NV12TILED OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002, /* 0x7FC00002 */ +#endif OMX_SEC_COLOR_FormatNV21LPhysicalAddress = 0x7F000010, OMX_SEC_COLOR_FormatNV21Linear = 0x7F000011, -- 2.20.1