libcsc: modified to RGBA_8888 hal pixel format from ARGB888
authorTaehwan Kim <t_h.kim@samsung.com>
Thu, 6 Dec 2012 06:49:56 +0000 (06:49 +0000)
committerTaehwan Kim <t_h.kim@samsung.com>
Thu, 6 Dec 2012 09:02:42 +0000 (09:02 +0000)
commit7eb931b40bb967ca28a6c210262b17540f946278
tree767611e1ea0aa2fb8ad6e2c4a7e89f915e0c4e10
parent0d9f888087d55fd86a678e81d67736d934eddd0e
libcsc: 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: I12c07d912467ffdaf434dddd9d55d4d345d9d3d5
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
libcsc/csc.c
libcsc/csc_helper.c