Searched defs:pCompOut (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c454 OMX_COMPONENTTYPE *pCompIn, *pCompOut; local
463 pCompOut = (OMX_COMPONENTTYPE*)hOutput;
467 eError = pCompOut->ComponentTunnelRequest(hOutput, nPortOutput, hInput, nPortInput, &oTunnelSetup);
478 pCompOut->ComponentTunnelRequest(hOutput, nPortOutput, NULL, 0, NULL);
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c480 OMX_COMPONENTTYPE *pCompIn, *pCompOut; local
489 pCompOut = (OMX_COMPONENTTYPE *) hOutput;
494 pCompOut->ComponentTunnelRequest(hOutput, nPortOutput,
508 pCompOut->ComponentTunnelRequest(hOutput, nPortOutput,

Completed in 142 milliseconds