Searched defs:portDef (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c1980 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; local
2000 portDef = pBufHdr->pInputPortPrivate;
2039 eError = VPP_IsValidBuffer(pBufHdr, pComponentPrivate, portDef->nPortIndex, &nCount);
2054 if(pComponentPrivate->sCompPorts[portDef->nPortIndex].eSupplierSetting == OMX_BufferSupplyOutput){
2055 pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER_TUNNEL_COMPONENT;
2062 pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER_COMPONENT_IN;
2147 pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].pBufHeader->pBuffer = pBufHdr->pBuffer; /*Updating pBuffer*/
2148 pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].bHolding = OMX_TRUE;
2165 pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER_COMPONENT_IN;
2196 OMX_PARAM_PORTDEFINITIONTYPE *portDef local
[all...]
H A DOMX_VPP_Utils.c145 OMX_PARAM_PORTDEFINITIONTYPE **portDef )
154 *portDef = pBufHeader->pInputPortPrivate;
160 *portDef = pBufHeader->pOutputPortPrivate;
835 OMX_PARAM_PORTDEFINITIONTYPE *portDef ; local
913 eError = VPP_GetPortDefFromBufHeader(pBufHeader, &portDef);
920 if (portDef->nPortIndex == i) {
936 eError = VPP_GetPortDefFromBufHeader(pBufHeader, &portDef);
941 if (portDef->nPortIndex == i) {
2093 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; local
2116 eError = VPP_GetPortDefFromBufHeader(pBufHeader, &portDef);
2299 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; local
2450 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; local
2559 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; local
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c2205 OMX_PARAM_PORTDEFINITIONTYPE portDef; local
2211 portDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE);
2212 portDef.nVersion.s.nVersionMajor = 0x1;
2213 portDef.nVersion.s.nVersionMinor = 0x1;
2214 portDef.nVersion.s.nRevision = 0x0;
2215 portDef.nVersion.s.nStep = 0x0;
2217 portDef.nPortIndex = nPortIndex;
2255 OMX_IndexParamPortDefinition, (OMX_PTR) & portDef,
2276 if (portDef.eDomain == OMX_PortDomainVideo)
2279 portDef
[all...]
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp2016 OMX_PARAM_PORTDEFINITIONTYPE portDef; local
2018 portDef.nPortIndex = 0;
2019 result = OMX_GetParameter(m_hHandle, OMX_IndexParamPortDefinition, &portDef);
2023 num_in_buffers = portDef.nBufferCountActual;
2024 for (i = 0; i < portDef.nBufferCountActual; i++)
2050 OMX_PARAM_PORTDEFINITIONTYPE portDef; local
2052 portDef.nPortIndex = 1;
2053 result = OMX_GetParameter(m_hHandle, OMX_IndexParamPortDefinition, &portDef);
2058 num_out_buffers = portDef.nBufferCountActual;
2059 for (i = 0; i < portDef
[all...]

Completed in 98 milliseconds