/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Thread.c | 120 OMX_PTR pCmdData = NULL; in OMX_VIDENC_Thread() local 215 &pCmdData, in OMX_VIDENC_Thread() 216 sizeof(pCmdData)); in OMX_VIDENC_Thread() 242 … (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1, in OMX_VIDENC_Thread() 280 pComponentPrivate->pMarkBuf = (OMX_MARKTYPE*)(pCmdData); in OMX_VIDENC_Thread()
|
/hardware/qcom/audio/post_proc/ |
D | bundle.c | 534 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument 565 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 570 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData); in effect_command() 620 if (pCmdData == NULL || in effect_command() 634 effect_param_t *q = (effect_param_t *)pCmdData; in effect_command() 635 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + q->psize); in effect_command() 641 if (pCmdData == NULL || in effect_command() 651 effect_param_t *p = (effect_param_t *)pCmdData; in effect_command() 660 if (pCmdData == NULL || cmdSize < sizeof(uint32_t)) { in effect_command() 665 device = *(uint32_t *)pCmdData; in effect_command() [all …]
|
D | bundle.h | 67 void *pCmdData, uint32_t *replySize, void *pReplyData);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_CompThread.c | 107 OMX_PTR pCmdData = NULL; in VPP_ComponentThreadFunc() local 191 nRet = read(pComponentPrivate->nCmdDataPipe[0], &pCmdData, sizeof(pCmdData)); in VPP_ComponentThreadFunc() 210 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1, in VPP_ComponentThreadFunc()
|
/hardware/qcom/audio/voice_processing/ |
D | voice_processing.c | 509 void *pCmdData, in fx_command() argument 529 if (pCmdData == NULL|| in fx_command() 536 *(int *)pReplyData = session_set_config(effect->session, (effect_config_t *)pCmdData); in fx_command() 559 if (pCmdData == NULL || in fx_command() 566 effect_param_t *p = (effect_param_t *)pCmdData; in fx_command() 568 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + p->psize); in fx_command() 575 if (pCmdData == NULL|| in fx_command() 582 effect_param_t *p = (effect_param_t *) pCmdData; in fx_command() 611 if (pCmdData == NULL || in fx_command() 627 *(int *)pCmdData); in fx_command()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Thread.c | 91 …eCommandMarkBuffer(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_PTR pCmdData); 119 OMX_PTR pCmdData; in OMX_VidDec_Thread() local 259 … read(pComponentPrivate->cmdDataPipe[VIDDEC_PIPE_READ], &pCmdData, sizeof(pCmdData)); in OMX_VidDec_Thread() 260 …entPrivate->nInCmdMarkBufIndex].hMarkTargetComponent = ((OMX_MARKTYPE*)(pCmdData))->hMarkTargetCom… in OMX_VidDec_Thread() 261 …BufIndex[pComponentPrivate->nInCmdMarkBufIndex].pMarkData = ((OMX_MARKTYPE*)(pCmdData))->pMarkData; in OMX_VidDec_Thread()
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 57 void *pCmdData, uint32_t *replySize, void *pReplyData); 784 void *pCmdData __unused, uint32_t *replySize, void *pReplyData) in visualizer_command() 1048 void *pCmdData, uint32_t *replySize, void *pReplyData) in effect_command() argument 1082 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t) in effect_command() 1087 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData); in effect_command() 1139 if (pCmdData == NULL || in effect_command() 1150 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + sizeof(uint32_t)); in effect_command() 1156 if (pCmdData == NULL || in effect_command() 1163 effect_param_t *p = (effect_param_t *)pCmdData; in effect_command() 1176 if (cmdSize != sizeof(effect_offload_param_t) || pCmdData == NULL in effect_command() [all …]
|
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 1767 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) in PROXY_SendCommand() argument 1785 hComponent, pCompPrv, eCmd, nParam, pCmdData); in PROXY_SendCommand() 1789 PROXY_require(pCmdData != NULL, OMX_ErrorBadParameter, NULL); in PROXY_SendCommand() 1791 (((OMX_MARKTYPE *) pCmdData)->hMarkTargetComponent); in PROXY_SendCommand() 1799 pMarkData = ((OMX_MARKTYPE *) pCmdData)->pMarkData; in PROXY_SendCommand() 1800 ((OMX_MARKTYPE *) pCmdData)->pMarkData = in PROXY_SendCommand() 1803 PROXY_assert(((OMX_MARKTYPE *) pCmdData)->pMarkData != NULL, in PROXY_SendCommand() 1806 ((OMX_MARKTYPE *) pCmdData)->pMarkData; in PROXY_SendCommand() 1808 pCmdData)->pMarkData))->hComponentActual = in PROXY_SendCommand() 1811 pCmdData)->pMarkData))->pMarkDataActual = in PROXY_SendCommand() [all …]
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 1622 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) in PROXY_SendCommand() argument 1640 hComponent, pCompPrv, eCmd, nParam, pCmdData); in PROXY_SendCommand() 1644 PROXY_require(pCmdData != NULL, OMX_ErrorBadParameter, NULL); in PROXY_SendCommand() 1646 (((OMX_MARKTYPE *) pCmdData)->hMarkTargetComponent); in PROXY_SendCommand() 1654 pMarkData = ((OMX_MARKTYPE *) pCmdData)->pMarkData; in PROXY_SendCommand() 1655 ((OMX_MARKTYPE *) pCmdData)->pMarkData = in PROXY_SendCommand() 1658 PROXY_assert(((OMX_MARKTYPE *) pCmdData)->pMarkData != NULL, in PROXY_SendCommand() 1661 ((OMX_MARKTYPE *) pCmdData)->pMarkData; in PROXY_SendCommand() 1663 pCmdData)->pMarkData))->hComponentActual = in PROXY_SendCommand() 1666 pCmdData)->pMarkData))->pMarkDataActual = in PROXY_SendCommand() [all …]
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 86 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData); 453 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) in PROXY_VIDDEC_SendCommand() argument 466 hComponent, pCompPrv, eCmd, nParam, pCmdData); in PROXY_VIDDEC_SendCommand() 490 PROXY_SendCommand(hComponent, eCmd, nParam, pCmdData); in PROXY_VIDDEC_SendCommand()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 93 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData); 484 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) in PROXY_VIDDEC_SendCommand() argument 497 hComponent, pCompPrv, eCmd, nParam, pCmdData); in PROXY_VIDDEC_SendCommand() 521 PROXY_SendCommand(hComponent, eCmd, nParam, pCmdData); in PROXY_VIDDEC_SendCommand()
|
/hardware/qcom/media/mm-core/inc/ |
D | OMX_Core.h | 758 pCmdData) \ argument 763 pCmdData) /* Macro End */
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Core.h | 749 pCmdData) \ argument 754 pCmdData) /* Macro End */
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_Core.h | 749 pCmdData) \ argument 754 pCmdData) /* Macro End */
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Core.h | 766 pCmdData) \ argument 771 pCmdData) /* Macro End */
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Core.h | 749 pCmdData) \ argument 754 pCmdData) /* Macro End */
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Core.h | 749 pCmdData) \ argument 754 pCmdData) /* Macro End */
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/ |
D | Exynos_OMX_Basecomponent.h | 41 OMX_PTR pCmdData; member
|
D | Exynos_OMX_Basecomponent.c | 626 …rt[portIndex].markType.hMarkTargetComponent = ((OMX_MARKTYPE *)message->pCmdData)->hMarkTargetComp… in Exynos_OMX_MessageHandlerThread() 627 …ynosPort[portIndex].markType.pMarkData = ((OMX_MARKTYPE *)message->pCmdData)->pMarkData; in Exynos_OMX_MessageHandlerThread() 842 OMX_PTR pCmdData) in Exynos_OMX_CommandQueue() argument 853 command->pCmdData = pCmdData; in Exynos_OMX_CommandQueue() 870 OMX_IN OMX_PTR pCmdData) in Exynos_OMX_SendCommand() argument 933 ret = Exynos_OMX_CommandQueue(pExynosComponent, Cmd, nParam, pCmdData); in Exynos_OMX_SendCommand()
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/ |
D | omx_rpc_stub.h | 111 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData,
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/ |
D | omx_rpc_stub.h | 111 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData,
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
D | omx_rpc_stub.c | 595 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData, in RPC_SendCommand() argument 625 if (pCmdData != NULL && eCmd == OMX_CommandMarkBuffer) in RPC_SendCommand() 630 RPC_SETFIELDCOPYGEN(pData, nPos, pCmdData, structSize); in RPC_SendCommand() 631 } else if (pCmdData != NULL) in RPC_SendCommand() 633 structSize = RPC_UTIL_GETSTRUCTSIZE(pCmdData); in RPC_SendCommand() 634 RPC_SETFIELDCOPYGEN(pData, nPos, pCmdData, structSize); in RPC_SendCommand()
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | componentbase.h | 123 OMX_IN OMX_PTR pCmdData); 128 OMX_IN OMX_PTR pCmdData);
|
/hardware/ti/omap4xxx/domx/domx/ |
D | omx_proxy_common.h | 245 OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData);
|
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/ |
D | omx_rpc_stub.c | 608 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData, in RPC_SendCommand() argument 638 if (pCmdData != NULL && eCmd == OMX_CommandMarkBuffer) in RPC_SendCommand() 643 RPC_SETFIELDCOPYGEN(pData, nPos, pCmdData, structSize); in RPC_SendCommand() 644 } else if (pCmdData != NULL) in RPC_SendCommand() 646 structSize = RPC_UTIL_GETSTRUCTSIZE(pCmdData); in RPC_SendCommand() 647 RPC_SETFIELDCOPYGEN(pData, nPos, pCmdData, structSize); in RPC_SendCommand()
|