Searched defs:Cmd (Results 1 - 25 of 43) sorted by relevance

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c840 OMX_COMMANDTYPE Cmd,
851 command->messageType = (OMX_U32)Cmd;
868 OMX_IN OMX_COMMANDTYPE Cmd,
900 switch (Cmd) {
933 ret = Exynos_OMX_CommandQueue(pExynosComponent, Cmd, nParam, pCmdData);
838 Exynos_OMX_CommandQueue( EXYNOS_OMX_BASECOMPONENT *pExynosComponent, OMX_COMMANDTYPE Cmd, OMX_U32 nParam, OMX_PTR pCmdData) argument
866 Exynos_OMX_SendCommand( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_COMMANDTYPE Cmd, OMX_IN OMX_U32 nParam, OMX_IN OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c948 G729DEC_DPRINT("%d: G729DECHandleCommand: Cmd Executing \n",__LINE__);
1043 G729DEC_DPRINT("%d: G729DECHandleCommand: Cmd Loaded - curState = %d\n",__LINE__,pComponentPrivate->curState);
1045 G729DEC_DPRINT("%d: G729DECHandleCommand: Cmd Loaded\n",__LINE__);
1126 G729DEC_DPRINT("%d: G729DECHandleCommand: Cmd Pause\n",__LINE__);
1168 G729DEC_DPRINT("%d: G729DECHandleCommand: Cmd OMX_StateInvalid:\n",__LINE__);
1178 G729DEC_DPRINT("%d: G729DECHandleCommand: Cmd OMX_StateMax::\n",__LINE__);
2506 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
2517 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
H A DOMX_G729Decoder.c564 * @param Cmd Command to be sent to the component
573 OMX_COMMANDTYPE Cmd,
585 Cmd,
586 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
610 switch(Cmd) {
677 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
684 if (Cmd == OMX_CommandMarkBuffer) {
702 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
572 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c2718 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
2729 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
H A DOMX_G729Encoder.c572 * @param Cmd Command to be sent to the component
581 OMX_COMMANDTYPE Cmd,
606 Cmd,
607 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
611 switch(Cmd)
678 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
685 if (Cmd == OMX_CommandMarkBuffer)
580 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam, OMX_PTR pCmdData) argument
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp204 OMX_IN OMX_COMMANDTYPE Cmd,
210 return pComp->ISV_SendCommand(Cmd, nParam1, pCmdData);
214 OMX_IN OMX_COMMANDTYPE Cmd,
218 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: Cmd index 0x%08x, nParam1 %d", __func__, Cmd, nParam1);
221 if ((Cmd == OMX_CommandFlush && (nParam1 == kPortIndexOutput || nParam1 == OMX_ALL))
222 || (Cmd == OMX_CommandStateSet && nParam1 == OMX_StateIdle)
223 || (Cmd == OMX_CommandPortDisable && nParam1 == 1)) {
230 return OMX_SendCommand(mComponent, Cmd, nParam1, pCmdData);
746 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: OMX_EventCmdComplete Cmd typ
202 SendCommand( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_COMMANDTYPE Cmd, OMX_IN OMX_U32 nParam1, OMX_IN OMX_PTR pCmdData) argument
213 ISV_SendCommand( OMX_IN OMX_COMMANDTYPE Cmd, OMX_IN OMX_U32 nParam1, OMX_IN OMX_PTR pCmdData) argument
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_deblock.c442 uint32_t Value, Cmd; local
444 Cmd = 0;
448 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, DISABLE_DEBLOCK_FILTER_IDC, Value);
451 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_ALPHA_CO_OFFSET_DIV2, Value);
454 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_BETA_OFFSET_DIV2, Value);
457 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_FIELD_TYPE, Value);
460 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_CODE_TYPE, Value);
462 return Cmd;
557 uint32_t Cmd, item_loc; local
576 Cmd
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c627 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd Idle \n",__LINE__);
933 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd Executing \n",__LINE__);
1181 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd Loaded\n",__LINE__);
1250 OMX_PRSTATE2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd Pause: Cur State = %d\n",__LINE__,
1296 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd : OMX_StateWaitForResources\n",__LINE__);
1327 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd OMX_StateInvalid:\n",__LINE__);
1350 OMX_PRDSP2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd OMX_StateMax::\n",__LINE__);
3904 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
3914 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
[all...]
H A DOMX_AacDecoder.c525 * @param Cmd Command to be sent to the component
534 OMX_COMMANDTYPE Cmd,
561 Cmd,
562 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
565 switch(Cmd) {
625 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
632 if (Cmd == OMX_CommandMarkBuffer) {
653 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
533 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c748 OMX_PRDSP2(pComponentPrivate->dbg, "%d: AACENCHandleCommand: Cmd Idle \n",__LINE__);
1042 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: AACENCHandleCommand: Cmd Executing \n",__LINE__);
1250 OMX_PRSTATE1(pComponentPrivate->dbg, "%d :: AACENC: AACENCHandleCommand: Cmd Loaded - curState = %d\n",__LINE__,pComponentPrivate->curState);
1255 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: AACENC: AACENCHandleCommand: Cmd Loaded\n",__LINE__);
1329 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: AACENCHandleCommand: Cmd Loaded\n",__LINE__);
1350 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: AACENCHandleCommand: Cmd Loaded\n",__LINE__);
1411 OMX_PRSTATE2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd OMX_StateInvalid:\n",__LINE__);
1432 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: AACENCHandleCommand: Cmd OMX_StateMax::\n",__LINE__);
3422 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
3432 write (pCompPrivate->cmdPipe[1], &Cmd, sizeo
[all...]
H A DOMX_AacEncoder.c606 * @param Cmd Command to be sent to the component
615 OMX_COMMANDTYPE Cmd,
620 OMX_CONF_CHECK_CMD(phandle,1,1); /*NOTE: Cmd, pCmdData, nParam are NULL for khronos*/
649 PERF_SendingCommand(pCompPrivate->pPERF,Cmd,
650 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
654 switch(Cmd)
737 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
738 OMX_PRCOMM2(pCompPrivate->dbg, "%d :: AACENC: Cmd pipe has been writen. nRet = %d \n",__LINE__,nRet);
740 OMX_PRCOMM2(pCompPrivate->dbg, "%d :: AACENC: &Cmd
614 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c946 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd Executing \n",__LINE__);
1044 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd Loaded - curState = %d\n",__LINE__,pComponentPrivate->curState);
1058 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd Loaded\n",__LINE__);
1114 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd Loaded\n",__LINE__);
1122 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd Pause\n",__LINE__);
1187 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd OMX_StateInvalid:\n",__LINE__);
1216 G711DEC_DPRINT("%d: G711DECHandleCommand: Cmd OMX_StateMax::\n",__LINE__);
2821 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
2832 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
[all...]
H A DOMX_G711Decoder.c560 * @param Cmd Command to be sent to the component
569 OMX_COMMANDTYPE Cmd,
598 switch(Cmd) {
660 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
668 if (Cmd == OMX_CommandMarkBuffer) {
684 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting)
568 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c1101 G711ENC_DPRINT("%d :: G711ENC_HandleCommand :: Cmd OMX_StateMax\n",__LINE__);
2658 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
2669 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
H A DOMX_G711Encoder.c540 * @param Cmd Command to be sent to the component
549 OMX_COMMANDTYPE Cmd,
565 switch(Cmd) {
631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
638 if (Cmd == OMX_CommandMarkBuffer) {
548 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam, OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c471 * @param Cmd This is commnad set that came from application.
486 OMX_COMMANDTYPE Cmd,
503 switch(Cmd) {
564 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
569 if (Cmd == OMX_CommandMarkBuffer) {
586 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting){
485 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c643 OMX_COMMANDTYPE Cmd,
653 G722ENC_DPRINT("Cmd = %d\n",Cmd);
660 switch(Cmd) {
723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd));
728 if (Cmd == OMX_CommandMarkBuffer) {
746 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
642 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c597 G726DEC_DPRINT(": HandleCommand: Cmd Idle \n");
826 G726DEC_DPRINT(": HandleCommand: Cmd Executing \n");
944 G726DEC_DPRINT(": HandleCommand: Cmd Loaded\n");
996 G726DEC_DPRINT("Cmd Pause: Cur State = %d\n", pComponentPrivate->curState);
1029 G726DEC_DPRINT(": HandleCommand: Cmd : OMX_StateWaitForResources\n");
1047 G726DEC_DPRINT(": HandleCommand: Cmd OMX_StateInvalid:\n");
1056 G726DEC_DPRINT(": HandleCommand: Cmd OMX_StateMax::\n");
2559 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
2570 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
[all...]
H A DOMX_G726Decoder.c477 * @param Cmd This is commnad set that came from application.
492 OMX_COMMANDTYPE Cmd,
516 switch(Cmd) {
577 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
582 if (Cmd == OMX_CommandMarkBuffer) {
599 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting){
491 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c1132 G726ENC_DPRINT("%d :: G726ENC_HandleCommand :: Cmd OMX_StateMax\n",__LINE__);
2258 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
2269 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
H A DOMX_G726Encoder.c506 * @param Cmd Command to be sent to the component
515 OMX_COMMANDTYPE Cmd,
531 switch(Cmd) {
592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
599 if (Cmd == OMX_CommandMarkBuffer) {
514 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam, OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c664 OMX_PRINT1(pComponentPrivate->dbg, ": HandleCommand: Cmd Idle \n");
980 OMX_PRDSP2(pComponentPrivate->dbg, ": HandleCommand: Cmd Executing \n");
1150 OMX_PRDSP2(pComponentPrivate->dbg, ": HandleCommand: Cmd Loaded\n");
1217 OMX_PRSTATE2(pComponentPrivate->dbg, ": HandleCommand: Cmd Pause: Cur State = %d\n",
1263 OMX_PRDSP2(pComponentPrivate->dbg, ": HandleCommand: Cmd : OMX_StateWaitForResources\n");
1293 OMX_PRDSP2(pComponentPrivate->dbg, ": HandleCommand: Cmd OMX_StateInvalid:\n");
1314 OMX_PRSTATE2(pComponentPrivate->dbg, ": HandleCommand: Cmd OMX_StateMax::\n");
3604 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
3614 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
[all...]
H A DOMX_Mp3Decoder.c525 * @param Cmd This is commnad set that came from application.
540 OMX_COMMANDTYPE Cmd,
564 Cmd,
565 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
569 switch(Cmd) {
635 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
641 if (Cmd == OMX_CommandMarkBuffer) {
659 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
539 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c609 * @param Cmd Command to be sent to the component
618 OMX_COMMANDTYPE Cmd,
656 PERF_SendingCommand(pCompPrivate->pPERF, Cmd,
657 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
662 switch(Cmd) {
730 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
737 if (Cmd == OMX_CommandMarkBuffer) {
755 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
617 SendCommand(OMX_HANDLETYPE phandle, OMX_COMMANDTYPE Cmd, OMX_U32 nParam,OMX_PTR pCmdData) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c1277 OMX_PRSTATE2(pComponentPrivate->dbg, "%d: HandleCommand: Cmd OMX_StateInvalid:\n",__LINE__);
1299 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: NBAMRENC_HandleCommand :: Cmd OMX_StateMax\n",__LINE__);
3111 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; local
3121 write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));

Completed in 539 milliseconds

12