Searched defs:pCompOut (Results 1 - 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
H A D | OMX_Core.c | 454 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 D | OMX_Core.c | 480 OMX_COMPONENTTYPE *pCompIn, *pCompOut; local 489 pCompOut = (OMX_COMPONENTTYPE *) hOutput; 494 pCompOut->ComponentTunnelRequest(hOutput, nPortOutput, 508 pCompOut->ComponentTunnelRequest(hOutput, nPortOutput,
|
Completed in 96 milliseconds