Searched refs:eCmd (Results 1 - 14 of 14) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c100 OMX_COMMANDTYPE eCmd; local
183 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd));
188 eCmd, nParam1,
192 OMX_PRINT2(pComponentPrivate->dbg, "eCmd %d, nParam1 %d\n", (int)eCmd, (int)nParam1);
193 if ( eCmd == OMX_CommandStateSet ) {
212 else if ( eCmd == OMX_CommandPortDisable ) {
220 else if ( eCmd == OMX_CommandPortEnable ) { /*TODO: Check errors*/
227 else if ( eCmd
[all...]
H A DOMX_JpegEncoder.c849 OMX_COMMANDTYPE eCmd = -1; local
872 eCmd = SetState;
880 eCmd = Flush;
916 eCmd = OMX_CommandPortDisable;
930 eCmd = OMX_CommandPortEnable;
950 nRet = write(pCompPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
H A DOMX_JpegEnc_Utils.c429 OMX_COMMANDTYPE eCmd = OMX_CustomCommandStopThread; local
448 pipeError = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c104 OMX_COMMANDTYPE eCmd = -1; local
170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd));
177 if (eCmd == EXIT_COMPONENT_THRD)
182 eCmd, 0, PERF_ModuleLLMM);
190 if (eCmd == OMX_CommandMarkBuffer) {
209 eCmd,
210 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1,
214 switch (eCmd)
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Thread.c77 OMX_COMMANDTYPE eCmd; local
140 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); /*Manage error from any read and write*/
141 OMX_PRCOMM1(pComponentPrivate->dbg, "read ecmd %d\n", eCmd);
147 eCmd, nParam1, PERF_ModuleLLMM);
151 if (eCmd == OMX_CommandStateSet) {
171 else if (eCmd == OMX_CommandPortDisable) {
183 else if (eCmd == OMX_CommandPortEnable) {
195 else if (eCmd == OMX_CustomCommandStopThread) {
199 else if (eCmd
[all...]
H A DOMX_JpegDecoder.c969 OMX_COMMANDTYPE eCmd = OMX_CustomCommandStopThread; local
990 eCmd = OMX_CommandStateSet;
1002 eCmd = OMX_CommandFlush;
1045 eCmd = OMX_CommandPortDisable;
1059 eCmd = OMX_CommandPortEnable;
1064 eCmd = OMX_CommandMarkBuffer;
1080 OMX_PRINT1(pComponentPrivate->dbg, "JPEGDEC: eCmd = %d\n",(int)eCmd);
1084 eCmd, (eCmd
[all...]
H A DOMX_JpegDec_Utils.c406 OMX_COMMANDTYPE eCmd = OMX_CustomCommandStopThread; local
444 eCmd, 0, PERF_ModuleComponent);
449 nRet = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd));
455 nRet = write(pComponentPrivate->nCmdDataPipe[1], &eCmd, sizeof(eCmd));
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Thread.c117 OMX_COMMANDTYPE eCmd = -1; local
192 &eCmd,
193 sizeof(eCmd));
204 eCmd, 0, PERF_ModuleLLMM);
206 if (eCmd == (OMX_COMMANDTYPE)-1)
212 if (eCmd == OMX_CommandMarkBuffer)
241 eCmd,
242 (eCmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1,
246 switch (eCmd)
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c117 OMX_COMMANDTYPE eCmd; local
203 read(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &eCmd, sizeof(eCmd));
208 eCmd, nParam1, PERF_ModuleLLMM);
210 if (eCmd == OMX_CommandStateSet) {
234 else if (eCmd == OMX_CommandPortDisable) {
245 else if (eCmd == OMX_CommandPortEnable) {
255 } else if (eCmd == OMX_CommandFlush) {
258 else if (eCmd == OMX_CommandMarkBuffer) {
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c85 OMX_IN OMX_COMMANDTYPE eCmd,
452 OMX_IN OMX_COMMANDTYPE eCmd,
465 ("hComponent = %p, pCompPrv = %p, eCmd = %d, nParam = %d, pCmdData = %p",
466 hComponent, pCompPrv, eCmd, nParam, pCmdData);
468 if(eCmd == OMX_CommandStateSet)
479 else if(eCmd == OMX_CommandPortEnable)
490 PROXY_SendCommand(hComponent, eCmd, nParam, pCmdData);
451 PROXY_VIDDEC_SendCommand(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_COMMANDTYPE eCmd, OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) argument
/hardware/ti/omap4xxx/domx/domx/
H A Domx_proxy_common.h244 OMX_IN OMX_COMMANDTYPE eCmd,
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
H A Domx_rpc_stub.h111 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData,
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_stub.c587 * @param eCmd [IN] : Same as eCmd received at the proxy.
595 OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData,
622 RPC_SETFIELDVALUE(pData, nPos, eCmd, OMX_COMMANDTYPE);
625 if (pCmdData != NULL && eCmd == OMX_CommandMarkBuffer)
594 RPC_SendCommand(OMX_HANDLETYPE hRPCCtx, OMX_COMMANDTYPE eCmd, OMX_U32 nParam, OMX_PTR pCmdData, OMX_ERRORTYPE * eCompReturn) argument
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c1621 OMX_IN OMX_COMMANDTYPE eCmd,
1639 ("hComponent = %p, pCompPrv = %p, eCmd = %d, nParam = %d, pCmdData = %p",
1640 hComponent, pCompPrv, eCmd, nParam, pCmdData);
1642 if (eCmd == OMX_CommandMarkBuffer)
1685 RPC_SendCommand(pCompPrv->hRemoteComp, eCmd, nParam, pCmdData,
1688 if (eCmd == OMX_CommandMarkBuffer && bIsProxy)
1620 PROXY_SendCommand(OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_COMMANDTYPE eCmd, OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) argument

Completed in 181 milliseconds