summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnnamalai Lakshmanan <annamalai.l@samsung.com>2012-02-28 20:39:06 +0100
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-02-28 20:39:06 +0100
commit01e4493cc72b509ee96126a824eec40d1c86adbb (patch)
treee20f46500c7c96389ef9a734febe3996f390760a /include
parente4052534bb749ff66e545b9b753aac75f1cbe6f3 (diff)
downloadframeworks_base-01e4493cc72b509ee96126a824eec40d1c86adbb.zip
frameworks_base-01e4493cc72b509ee96126a824eec40d1c86adbb.tar.gz
frameworks_base-01e4493cc72b509ee96126a824eec40d1c86adbb.tar.bz2
[Exynos4] added support for samsung codec
Change-Id: I7ed5034ad847fe312fbe79624fa24e097dc547e8
Diffstat (limited to 'include')
-rw-r--r--include/ui/GraphicBuffer.h3
-rw-r--r--include/ui/GraphicBufferAllocator.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ui/GraphicBuffer.h b/include/ui/GraphicBuffer.h
index 6ab01f4..2a18731 100644
--- a/include/ui/GraphicBuffer.h
+++ b/include/ui/GraphicBuffer.h
@@ -64,6 +64,9 @@ public:
USAGE_HW_2D = GRALLOC_USAGE_HW_2D,
USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
USAGE_HW_VIDEO_ENCODER = GRALLOC_USAGE_HW_VIDEO_ENCODER,
+#ifdef SAMSUNG_CODEC_SUPPORT
+ USAGE_HW_FIMC1 = GRALLOC_USAGE_HW_FIMC1,
+#endif
USAGE_HW_MASK = GRALLOC_USAGE_HW_MASK
};
diff --git a/include/ui/GraphicBufferAllocator.h b/include/ui/GraphicBufferAllocator.h
index dffa788..3682ea3 100644
--- a/include/ui/GraphicBufferAllocator.h
+++ b/include/ui/GraphicBufferAllocator.h
@@ -56,6 +56,9 @@ public:
USAGE_HW_TEXTURE = GRALLOC_USAGE_HW_TEXTURE,
USAGE_HW_RENDER = GRALLOC_USAGE_HW_RENDER,
USAGE_HW_2D = GRALLOC_USAGE_HW_2D,
+#ifdef SAMSUNG_CODEC_SUPPORT
+ USAGE_HW_FIMC1 = GRALLOC_USAGE_HW_FIMC1,
+#endif
USAGE_HW_MASK = GRALLOC_USAGE_HW_MASK
};