HomeSort by relevance Sort by last modified time
    Searched refs:oTunnelSetup (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 455 OMX_TUNNELSETUPTYPE oTunnelSetup;
460 oTunnelSetup.nTunnelFlags = 0;
461 oTunnelSetup.eSupplier = OMX_BufferSupplyUnspecified;
467 eError = pCompOut->ComponentTunnelRequest(hOutput, nPortOutput, hInput, nPortInput, &oTunnelSetup);
474 eError = pCompIn->ComponentTunnelRequest(hInput, nPortInput, hOutput, nPortOutput, &oTunnelSetup);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 481 OMX_TUNNELSETUPTYPE oTunnelSetup;
486 oTunnelSetup.nTunnelFlags = 0;
487 oTunnelSetup.eSupplier = OMX_BufferSupplyUnspecified;
495 hInput, nPortInput, &oTunnelSetup);
504 hOutput, nPortOutput, &oTunnelSetup);

Completed in 88 milliseconds