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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c531 else if (nPortIndex == pMyData->pOutPortRGBFormat->nPortIndex) {
570 else if (( nPortIndex == pMyData->pOutPortRGBFormat->nPortIndex) ||
739 OMX_MALLOC(pComponentPrivate->pOutPortRGBFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE));
1150 else if (pVidFmt->nPortIndex == pComponentPrivate->pOutPortRGBFormat->nPortIndex) {
1151 if (pVidFmt->nIndex > pComponentPrivate->pOutPortRGBFormat->nIndex) {
1156 pComponentPrivate->pOutPortRGBFormat,
1275 else if (pComponentParam->nPortIndex == pComponentPrivate->pOutPortRGBFormat->nPortIndex) {
1276 pTemp = memcpy(pComponentPrivate->pOutPortRGBFormat,
H A DOMX_VPP_Utils.c3361 OMX_INIT_STRUCT(pComponentPrivate->pOutPortRGBFormat, OMX_VIDEO_PARAM_PORTFORMATTYPE);
3362 pComponentPrivate->pOutPortRGBFormat->nPortIndex = OMX_VPP_RGB_OUTPUT_PORT;
3363 pComponentPrivate->pOutPortRGBFormat->nIndex = 8;
3364 pComponentPrivate->pOutPortRGBFormat->eColorFormat = OMX_COLOR_Format16bitRGB565;
3365 pComponentPrivate->pOutPortRGBFormat->eCompressionFormat = OMX_VIDEO_CodingUnused;
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h374 OMX_VIDEO_PARAM_PORTFORMATTYPE *pOutPortRGBFormat; member in struct:VPP_COMPONENT_PRIVATE

Completed in 14 milliseconds