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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1237 OMX_VIDEO_PORTDEFINITIONTYPE *pVidDef = NULL; local
1411 pVidDef = &(pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].pPortDef.format.video);
1412 if (pVidDef->eColorFormat == OMX_COLOR_FormatYUV420PackedPlanar) {
1421 pVidDef = &(pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video);
1422 if (pVidDef->eColorFormat == OMX_COLOR_FormatYUV420PackedPlanar) {

Completed in 27 milliseconds