Searched refs:portDef (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 145 OMX_PARAM_PORTDEFINITIONTYPE **portDef ) in VPP_GetPortDefFromBufHeader() argument 154 *portDef = pBufHeader->pInputPortPrivate; in VPP_GetPortDefFromBufHeader() 160 *portDef = pBufHeader->pOutputPortPrivate; in VPP_GetPortDefFromBufHeader() 835 OMX_PARAM_PORTDEFINITIONTYPE *portDef ; in VPP_HandleCommandFlush() local 913 eError = VPP_GetPortDefFromBufHeader(pBufHeader, &portDef); in VPP_HandleCommandFlush() 920 if (portDef->nPortIndex == i) { in VPP_HandleCommandFlush() 936 eError = VPP_GetPortDefFromBufHeader(pBufHeader, &portDef); in VPP_HandleCommandFlush() 941 if (portDef->nPortIndex == i) { in VPP_HandleCommandFlush() 2093 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; in VPP_Process_FilledInBuf() local 2116 eError = VPP_GetPortDefFromBufHeader(pBufHeader, &portDef); in VPP_Process_FilledInBuf() [all …]
|
D | OMX_VPP.c | 1980 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; in VPP_EmptyThisBuffer() local 2000 portDef = pBufHdr->pInputPortPrivate; in VPP_EmptyThisBuffer() 2039 eError = VPP_IsValidBuffer(pBufHdr, pComponentPrivate, portDef->nPortIndex, &nCount); in VPP_EmptyThisBuffer() 2054 … if(pComponentPrivate->sCompPorts[portDef->nPortIndex].eSupplierSetting == OMX_BufferSupplyOutput){ in VPP_EmptyThisBuffer() 2055 …pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER… in VPP_EmptyThisBuffer() 2062 …pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER… in VPP_EmptyThisBuffer() 2147 …pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].pBufHeader->pBuffer = pBu… in VPP_EmptyThisBuffer() 2148 pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].bHolding = OMX_TRUE; in VPP_EmptyThisBuffer() 2165 …pComponentPrivate->sCompPorts[portDef->nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER… in VPP_EmptyThisBuffer() 2196 OMX_PARAM_PORTDEFINITIONTYPE *portDef = NULL; in VPP_FillThisBuffer() local [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 2016 OMX_PARAM_PORTDEFINITIONTYPE portDef; in main() local 2018 portDef.nPortIndex = 0; in main() 2019 result = OMX_GetParameter(m_hHandle, OMX_IndexParamPortDefinition, &portDef); in main() 2023 num_in_buffers = portDef.nBufferCountActual; in main() 2024 for (i = 0; i < portDef.nBufferCountActual; i++) in main() 2050 OMX_PARAM_PORTDEFINITIONTYPE portDef; in main() local 2052 portDef.nPortIndex = 1; in main() 2053 result = OMX_GetParameter(m_hHandle, OMX_IndexParamPortDefinition, &portDef); in main() 2058 num_out_buffers = portDef.nBufferCountActual; in main() 2059 for (i = 0; i < portDef.nBufferCountActual; i++) in main() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 2030 OMX_PARAM_PORTDEFINITIONTYPE portDef; in main() local 2032 portDef.nPortIndex = 0; in main() 2033 result = OMX_GetParameter(m_hHandle, OMX_IndexParamPortDefinition, &portDef); in main() 2037 num_in_buffers = portDef.nBufferCountActual; in main() 2039 for (i = 0; i < portDef.nBufferCountActual; i++) { in main() 2062 OMX_PARAM_PORTDEFINITIONTYPE portDef; in main() local 2064 portDef.nPortIndex = 1; in main() 2065 result = OMX_GetParameter(m_hHandle, OMX_IndexParamPortDefinition, &portDef); in main() 2069 num_out_buffers = portDef.nBufferCountActual; in main() 2071 for (i = 0; i < portDef.nBufferCountActual; i++) { in main() [all …]
|
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 2378 OMX_PARAM_PORTDEFINITIONTYPE portDef; in RPC_UTIL_GetNumLines() local 2384 portDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in RPC_UTIL_GetNumLines() 2385 portDef.nVersion.s.nVersionMajor = 0x1; in RPC_UTIL_GetNumLines() 2386 portDef.nVersion.s.nVersionMinor = 0x1; in RPC_UTIL_GetNumLines() 2387 portDef.nVersion.s.nRevision = 0x0; in RPC_UTIL_GetNumLines() 2388 portDef.nVersion.s.nStep = 0x0; in RPC_UTIL_GetNumLines() 2390 portDef.nPortIndex = nPortIndex; in RPC_UTIL_GetNumLines() 2428 OMX_IndexParamPortDefinition, (OMX_PTR) & portDef, in RPC_UTIL_GetNumLines() 2449 if (portDef.eDomain == OMX_PortDomainVideo) in RPC_UTIL_GetNumLines() 2452 portDef.format.video.nFrameHeight; in RPC_UTIL_GetNumLines() [all …]
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 2205 OMX_PARAM_PORTDEFINITIONTYPE portDef; in RPC_UTIL_GetNumLines() local 2211 portDef.nSize = sizeof(OMX_PARAM_PORTDEFINITIONTYPE); in RPC_UTIL_GetNumLines() 2212 portDef.nVersion.s.nVersionMajor = 0x1; in RPC_UTIL_GetNumLines() 2213 portDef.nVersion.s.nVersionMinor = 0x1; in RPC_UTIL_GetNumLines() 2214 portDef.nVersion.s.nRevision = 0x0; in RPC_UTIL_GetNumLines() 2215 portDef.nVersion.s.nStep = 0x0; in RPC_UTIL_GetNumLines() 2217 portDef.nPortIndex = nPortIndex; in RPC_UTIL_GetNumLines() 2255 OMX_IndexParamPortDefinition, (OMX_PTR) & portDef, in RPC_UTIL_GetNumLines() 2276 if (portDef.eDomain == OMX_PortDomainVideo) in RPC_UTIL_GetNumLines() 2279 portDef.format.video.nFrameHeight; in RPC_UTIL_GetNumLines() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
D | OMX_VPP_Utils.h | 487 …GetPortDefFromBufHeader(OMX_BUFFERHEADERTYPE *pBufHeader, OMX_PARAM_PORTDEFINITIONTYPE **portDef );
|