osal: add RGB lock support
authorJinsung Yang <jsgood.yang@samsung.com>
Wed, 5 Dec 2012 14:23:28 +0000 (23:23 +0900)
committerjung-min.oh <jung-min.oh@samsung.com>
Fri, 7 Dec 2012 12:06:21 +0000 (21:06 +0900)
commit4f86e7359822109cd72e459722b6ad65ed23476d
tree4f16e83a1a9cca80387dfd18b314cddd9c9bf0f9
parentaa67d85f2ef61899a0338a6c72492a901d574848
osal: add RGB lock support

When RGB buffer is allocated by gralloc, this patch allows to lock
for this buffer with ion_map() since that for the RGB format buffer,
gralloc uses PVR own function to virtual address mapping instead of
ion_map().

The flag GRALLOC_USAGE_HW_VIDEO_ENCODER is used to aware the buffer
is RGB format in gralloc.

Change-Id: Iae92296751cc1bb1015aa33ec7f3b4ccc78955d7
Signed-off-by: Jinsung Yang <jsgood.yang@samsung.com>
osal/Exynos_OSAL_Android.cpp