/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
D | OMX_Core.c | 450 OMX_IN OMX_HANDLETYPE hInput, in TIOMX_SetupTunnel() argument 457 if (hOutput == NULL && hInput == NULL) in TIOMX_SetupTunnel() 467 …eError = pCompOut->ComponentTunnelRequest(hOutput, nPortOutput, hInput, nPortInput, &oTunnelSetup); in TIOMX_SetupTunnel() 471 if (eError == OMX_ErrorNone && hInput) in TIOMX_SetupTunnel() 473 pCompIn = (OMX_COMPONENTTYPE*)hInput; in TIOMX_SetupTunnel() 474 … eError = pCompIn->ComponentTunnelRequest(hInput, nPortInput, hOutput, nPortOutput, &oTunnelSetup); in TIOMX_SetupTunnel()
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 153 OMX_IN OMX_HANDLETYPE hInput, OMX_IN OMX_U32 nPortInput) in TIOMX_SetupTunnel() argument 158 return OMX_SetupTunnel(hOutput, nPortOutput, hInput, nPortInput); in TIOMX_SetupTunnel()
|
D | OMX_Core.c | 476 hOutput, OMX_IN OMX_U32 nPortOutput, OMX_IN OMX_HANDLETYPE hInput, in OMX_SetupTunnel() argument 483 if (hOutput == NULL && hInput == NULL) in OMX_SetupTunnel() 495 hInput, nPortInput, &oTunnelSetup); in OMX_SetupTunnel() 499 if (eError == OMX_ErrorNone && hInput) in OMX_SetupTunnel() 501 pCompIn = (OMX_COMPONENTTYPE *) hInput; in OMX_SetupTunnel() 503 pCompIn->ComponentTunnelRequest(hInput, nPortInput, in OMX_SetupTunnel()
|
/hardware/ti/omap4-aah/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 149 OMX_IN OMX_HANDLETYPE hInput, OMX_IN OMX_U32 nPortInput) in TIOMX_SetupTunnel() argument 154 return OMX_SetupTunnel(hOutput, nPortOutput, hInput, nPortInput); in TIOMX_SetupTunnel()
|
D | OMX_Core.c | 489 hOutput, OMX_IN OMX_U32 nPortOutput, OMX_IN OMX_HANDLETYPE hInput, in OMX_SetupTunnel() argument 496 if (hOutput == NULL && hInput == NULL) in OMX_SetupTunnel() 508 hInput, nPortInput, &oTunnelSetup); in OMX_SetupTunnel() 512 if (eError == OMX_ErrorNone && hInput) in OMX_SetupTunnel() 514 pCompIn = (OMX_COMPONENTTYPE *) hInput; in OMX_SetupTunnel() 516 pCompIn->ComponentTunnelRequest(hInput, nPortInput, in OMX_SetupTunnel()
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Core_Wrapper.h | 71 OMX_IN OMX_HANDLETYPE hInput,
|
D | OMX_Core.h | 1355 OMX_IN OMX_HANDLETYPE hInput,
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Core_Wrapper.h | 71 OMX_IN OMX_HANDLETYPE hInput,
|
D | OMX_Core.h | 1372 OMX_IN OMX_HANDLETYPE hInput,
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Core.h | 1364 OMX_IN OMX_HANDLETYPE hInput,
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Core.h | 1364 OMX_IN OMX_HANDLETYPE hInput,
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Core.h | 1355 OMX_IN OMX_HANDLETYPE hInput,
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Core.h | 1355 OMX_IN OMX_HANDLETYPE hInput,
|
/hardware/intel/common/utils/ISV/omx/ |
D | isv_omxcore.cpp | 284 OMX_IN OMX_HANDLETYPE __maybe_unused hInput, in OMX_SetupTunnel() argument
|