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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c151 ((pBufHeader->nInputPortIndex == OMX_VPP_INPUT_PORT) ||
206 nIpBuf = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.nBufferCountMin;
207 nIpBufSize = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.nBufferSize;
268 Input_FrameWidth = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.nFrameWidth;
349 switch (pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video.eColorFormat)
892 if (i == OMX_VPP_INPUT_PORT ||
908 if (i == OMX_VPP_INPUT_PORT || i == OMX_VPP_INPUT_OVERLAY_PORT) {
1090 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nBuf].nIndex = OMX_VPP_INPUT_PORT;
1094 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nBuf].pBufHeader->pInputPortPrivate = &pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef;
1513 pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT]
[all...]
H A DOMX_VPP.c380 if(!((nPortIndex == OMX_VPP_INPUT_PORT) ||
1187 if (pBuffSupplierParam->nPortIndex == OMX_VPP_INPUT_PORT ||
1311 if ((portIndex == OMX_VPP_INPUT_PORT) || (portIndex == OMX_VPP_INPUT_OVERLAY_PORT)) {
1324 if (portIndex == OMX_VPP_INPUT_PORT) {
1420 else if (portIndex == OMX_VPP_INPUT_PORT) {
1421 pVidDef = &(pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].pPortDef.format.video);
1445 if ( pBuffSupplierParam->nPortIndex == OMX_VPP_INPUT_PORT ||
1524 else if (Rotate->nPortIndex==OMX_VPP_INPUT_PORT ||Rotate->nPortIndex==OMX_VPP_INPUT_OVERLAY_PORT){
1559 if((pInputSize->nPortIndex != OMX_VPP_INPUT_PORT) && (pInputSize->nPortIndex != OMX_VPP_INPUT_OVERLAY_PORT)){
1564 if(pInputSize->nPortIndex == OMX_VPP_INPUT_PORT){
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h166 OMX_VPP_INPUT_PORT = 0, enumerator in enum:OMX_VPP_PORT_NUMBER_TYPE

Completed in 32 milliseconds