osal: modified to RGBA_8888 hal pixel format from ARGB888
authorTaehwan Kim <t_h.kim@samsung.com>
Thu, 6 Dec 2012 06:17:31 +0000 (06:17 +0000)
committerTaehwan Kim <t_h.kim@samsung.com>
Thu, 6 Dec 2012 08:59:45 +0000 (08:59 +0000)
commit6eedc09753239efd48af5813a52288eef0c8ba1f
tree1282c2dc16dd7044fd8e1a58b87a0a2e4f7ce92a
parenta56b45161fe78ba65a146ebe845f4f4370116b57
osal: modified to RGBA_8888 hal pixel format from ARGB888

HAL_PIXEL_FORMAT_ARGB888 is custom format.
but, HAL_PIXEL_FORMAT_RGBA_8888 is native format.

Byte order is same with HAL_PIXEL_FORMAT_RGBA_8888.
so, modified to use HAL_PIXEL_FORMAT_RGBA_8888.

Change-Id: I59d27cc440652fd55fb578a355bdfb6ce51ff6a9
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
osal/Exynos_OSAL_Android.cpp