Searched refs:omx_format (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc_helper.c31 OMX_COLOR_FORMATTYPE omx_format; local
34 omx_format = OMX_COLOR_FormatYCbYCr;
37 omx_format = OMX_COLOR_FormatYUV420Planar;
40 omx_format = OMX_COLOR_FormatYUV420SemiPlanar;
43 omx_format = OMX_SEC_COLOR_FormatNV12TPhysicalAddress;
46 omx_format = OMX_SEC_COLOR_FormatNV12Tiled;
49 omx_format = OMX_COLOR_Format32bitARGB8888;
52 omx_format = OMX_COLOR_FormatYUV420Planar;
55 return omx_format;
59 OMX_COLOR_FORMATTYPE omx_format)
58 omx_2_hal_pixel_format( OMX_COLOR_FORMATTYPE omx_format) argument
[all...]
H A Dcsc.h80 unsigned int omx_format);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp598 OMX_COLOR_FORMATTYPE omx_format; local
601 omx_format = OMX_COLOR_FormatYCbYCr;
604 omx_format = OMX_COLOR_FormatYUV420Planar;
607 omx_format = OMX_COLOR_FormatYUV420SemiPlanar;
610 omx_format = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12TPhysicalAddress;
613 omx_format = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
616 omx_format = OMX_COLOR_Format32bitARGB8888;
619 omx_format = OMX_COLOR_FormatYUV420Planar;
622 return omx_format;
626 OMX_COLOR_FORMATTYPE omx_format)
625 Exynos_OSAL_OMX2HalPixelFormat( OMX_COLOR_FORMATTYPE omx_format) argument
[all...]
H A DExynos_OSAL_Android.h73 unsigned int Exynos_OSAL_OMX2HalPixelFormat(OMX_COLOR_FORMATTYPE omx_format);

Completed in 123 milliseconds