openmax: allow frameworks/native NV12Tiled format
authorEthan Chen <intervigil@gmail.com>
Tue, 27 Aug 2013 22:05:41 +0000 (15:05 -0700)
committerEthan Chen <intervigil@gmail.com>
Tue, 27 Aug 2013 22:05:41 +0000 (15:05 -0700)
include/exynos/Exynos_OMX_Def.h

index e3cebf20e94a06a3e3f276b445303b6924e86251..ee306009015b880546fcbdd1bf3c0b661663a973 100644 (file)
@@ -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,