Home
last modified time | relevance | path

Searched refs:omx_2_hal_pixel_format (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
Dcsc_helper.c60 unsigned int omx_2_hal_pixel_format( in omx_2_hal_pixel_format() function
Dcsc.h87 unsigned int omx_2_hal_pixel_format(
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
DExynos_OMX_Venc.c293 …unsigned int csc_src_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420Sem… in Exynos_CSC_InputData()
294 …unsigned int csc_dst_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420Sem… in Exynos_CSC_InputData()
319 csc_src_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_Format32bitARGB8888); in Exynos_CSC_InputData()
320 … csc_dst_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420SemiPlanar); in Exynos_CSC_InputData()
328 …csc_src_color_format = omx_2_hal_pixel_format((unsigned int)Exynos_OSAL_GetANBColorFormat(ppBuf[0]… in Exynos_CSC_InputData()
345 … csc_src_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420Planar); in Exynos_CSC_InputData()
346 … csc_dst_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420SemiPlanar); in Exynos_CSC_InputData()
352 … csc_src_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420SemiPlanar); in Exynos_CSC_InputData()
353 … csc_dst_color_format = omx_2_hal_pixel_format((unsigned int)OMX_COLOR_FormatYUV420SemiPlanar); in Exynos_CSC_InputData()
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
DExynos_OMX_Vdec.c435 omx_2_hal_pixel_format(colorFormat), /* color_format */ in Exynos_CSC_OutputData()
445omx_2_hal_pixel_format(exynosOutputPort->portDefinition.format.video.eColorFormat), /* color_forma… in Exynos_CSC_OutputData()