Home | History | Annotate | Download | only in libcsc

Lines Matching defs:omx_format

32     OMX_COLOR_FORMATTYPE omx_format;
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)
64 switch (omx_format) {