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

/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc_helper.c32 OMX_COLOR_FORMATTYPE omx_format; local
35 omx_format = OMX_COLOR_FormatYCbYCr;
38 omx_format = OMX_COLOR_FormatYUV420Planar;
41 omx_format = OMX_COLOR_FormatYUV420SemiPlanar;
44 omx_format = OMX_SEC_COLOR_FormatNV12TPhysicalAddress;
47 omx_format = OMX_SEC_COLOR_FormatNV12Tiled;
51 omx_format = OMX_COLOR_Format32bitARGB8888;
54 omx_format = OMX_COLOR_FormatYUV420Planar;
57 return omx_format;
61 OMX_COLOR_FORMATTYPE omx_format)
60 omx_2_hal_pixel_format( OMX_COLOR_FORMATTYPE omx_format) argument
[all...]
H A Dcsc.h88 unsigned int omx_format);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.h97 unsigned int Exynos_OSAL_OMX2HalPixelFormat(OMX_COLOR_FORMATTYPE omx_format);
H A DExynos_OSAL_Android.cpp901 OMX_COLOR_FORMATTYPE omx_format; local
904 omx_format = OMX_COLOR_FormatYCbYCr;
907 omx_format = OMX_COLOR_FormatYUV420Planar;
910 omx_format = OMX_COLOR_FormatYUV420SemiPlanar;
913 omx_format = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12TPhysicalAddress;
916 omx_format = (OMX_COLOR_FORMATTYPE)OMX_SEC_COLOR_FormatNV12Tiled;
920 omx_format = OMX_COLOR_Format32bitARGB8888;
923 omx_format = OMX_COLOR_FormatYUV420Planar;
926 return omx_format;
930 OMX_COLOR_FORMATTYPE omx_format)
929 Exynos_OSAL_OMX2HalPixelFormat( OMX_COLOR_FORMATTYPE omx_format) argument
[all...]

Completed in 125 milliseconds