Home
last modified time | relevance | path

Searched refs:colorFormats (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h684 OMX_COLOR_FORMATTYPE colorFormats[3]; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c365 pComponentPrivate->colorFormats[0]=OMX_COLOR_FormatYUV420Planar; in OMX_ComponentInit()
366 pComponentPrivate->colorFormats[1]=OMX_COLOR_FormatYCbYCr; in OMX_ComponentInit()
367 pComponentPrivate->colorFormats[2]=OMX_COLOR_FormatCbYCrY; in OMX_ComponentInit()
1523 …pComponentPrivate->colorFormats[((OMX_VIDEO_PARAM_PORTFORMATTYPE*)(ComponentParameterStructure))->… in GetParameter()