Home
last modified time | relevance | path

Searched refs:Cmd (Results 1 – 25 of 55) sorted by relevance

123

/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c442 uint32_t Value, Cmd; in h264_getCurrentSliceCmd() local
444 Cmd = 0; in h264_getCurrentSliceCmd()
448 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, DISABLE_DEBLOCK_FILTER_IDC, Value); in h264_getCurrentSliceCmd()
451 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_ALPHA_CO_OFFSET_DIV2, Value); in h264_getCurrentSliceCmd()
454 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_BETA_OFFSET_DIV2, Value); in h264_getCurrentSliceCmd()
457 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_FIELD_TYPE, Value); in h264_getCurrentSliceCmd()
460 REGIO_WRITE_FIELD(Cmd, MSVDX_CMDS, SLICE_PARAMS, SLICE_CODE_TYPE, Value); in h264_getCurrentSliceCmd()
462 return Cmd; in h264_getCurrentSliceCmd()
557 uint32_t Cmd, item_loc; in psb_cmdbuf_second_pass() local
576 Cmd = 0; in psb_cmdbuf_second_pass()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c211 OMX_IN OMX_COMMANDTYPE Cmd,
1167 OMX_IN OMX_COMMANDTYPE Cmd, in SendCommand() argument
1183 if (Cmd == OMX_CommandMarkBuffer) in SendCommand()
1199 Cmd, in SendCommand()
1200 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam1, in SendCommand()
1204 switch (Cmd) in SendCommand()
1220 nRet = write(pComponentPrivate->nCmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
1244 nRet = write(pComponentPrivate->nCmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
1288 nRet = write(pComponentPrivate->nCmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
1329 nRet = write(pComponentPrivate->nCmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
[all …]
/hardware/qcom/media/mm-core/inc/
DOMX_Core.h756 Cmd, \ argument
761 Cmd, \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Core.h747 Cmd, \ argument
752 Cmd, \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Core.h747 Cmd, \ argument
752 Cmd, \
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Core.h764 Cmd, \ argument
769 Cmd, \
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Core.h747 Cmd, \ argument
752 Cmd, \
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Core.h747 Cmd, \ argument
752 Cmd, \
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c189 OMX_COMMANDTYPE Cmd,
612 OMX_COMMANDTYPE Cmd, in VIDDEC_SendCommand() argument
632 Cmd, (Cmd == OMX_CommandMarkBuffer) ? (OMX_U32) pCmdData : nParam1, in VIDDEC_SendCommand()
636 switch (Cmd) { in VIDDEC_SendCommand()
645 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd)); in VIDDEC_SendCommand()
682 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd)); in VIDDEC_SendCommand()
717 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd)); in VIDDEC_SendCommand()
733 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd)); in VIDDEC_SendCommand()
749 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd)); in VIDDEC_SendCommand()
2563 OMX_COMMANDTYPE Cmd = OMX_CommandStateSet; in VIDDEC_ComponentDeInit() local
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c573 OMX_COMMANDTYPE Cmd, in SendCommand() argument
585 Cmd, in SendCommand()
586 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
610 switch(Cmd) { in SendCommand()
677 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
684 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
702 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c615 OMX_COMMANDTYPE Cmd, in SendCommand() argument
649 PERF_SendingCommand(pCompPrivate->pPERF,Cmd, in SendCommand()
650 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
654 switch(Cmd) in SendCommand()
737 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
740 OMX_PRCOMM2(pCompPrivate->dbg, "%d :: AACENC: &Cmd = %p \n",__LINE__,&Cmd); in SendCommand()
749 if (Cmd == OMX_CommandMarkBuffer) in SendCommand()
761 if(Cmd == OMX_CommandStateSet) { in SendCommand()
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h121 OMX_IN OMX_COMMANDTYPE Cmd,
126 OMX_IN OMX_COMMANDTYPE Cmd,
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDecoder.c591 OMX_COMMANDTYPE Cmd, in SendCommand() argument
628 PERF_SendingCommand(pCompPrivate->pPERF, Cmd, in SendCommand()
629 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
633 switch(Cmd) { in SendCommand()
701 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
708 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
726 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEncoder.c677 OMX_COMMANDTYPE Cmd, in SendCommand() argument
708 Cmd, in SendCommand()
709 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
712 switch(Cmd) { in SendCommand()
782 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
789 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
798 if(Cmd == OMX_CommandStateSet) { in SendCommand()
811 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c581 OMX_COMMANDTYPE Cmd, in SendCommand() argument
606 Cmd, in SendCommand()
607 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
611 switch(Cmd) in SendCommand()
678 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
685 if (Cmd == OMX_CommandMarkBuffer) in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c643 OMX_COMMANDTYPE Cmd, in SendCommand() argument
653 G722ENC_DPRINT("Cmd = %d\n",Cmd); in SendCommand()
660 switch(Cmd) { in SendCommand()
723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd)); in SendCommand()
728 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
746 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEncoder.c650 OMX_COMMANDTYPE Cmd, in SendCommand() argument
669 Cmd, in SendCommand()
670 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
674 switch (Cmd) { in SendCommand()
752 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
760 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
768 if(Cmd == OMX_CommandStateSet) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Decoder.c540 OMX_COMMANDTYPE Cmd, in SendCommand() argument
564 Cmd, in SendCommand()
565 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
569 switch(Cmd) { in SendCommand()
635 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
641 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
659 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c618 OMX_COMMANDTYPE Cmd, in SendCommand() argument
656 PERF_SendingCommand(pCompPrivate->pPERF, Cmd, in SendCommand()
657 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
662 switch(Cmd) { in SendCommand()
730 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
737 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
755 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Decoder.c486 OMX_COMMANDTYPE Cmd, in SendCommand() argument
503 switch(Cmd) { in SendCommand()
564 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
569 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
586 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting){ in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c569 OMX_COMMANDTYPE Cmd, in SendCommand() argument
598 switch(Cmd) { in SendCommand()
660 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
668 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
684 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c492 OMX_COMMANDTYPE Cmd, in SendCommand() argument
516 switch(Cmd) { in SendCommand()
577 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
582 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
599 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting){ in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c626 OMX_COMMANDTYPE Cmd, in SendCommand() argument
658 Cmd, in SendCommand()
659 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
663 switch(Cmd) { in SendCommand()
726 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
733 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c534 OMX_COMMANDTYPE Cmd, in SendCommand() argument
561 Cmd, in SendCommand()
562 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam, in SendCommand()
565 switch(Cmd) { in SendCommand()
625 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); in SendCommand()
632 if (Cmd == OMX_CommandMarkBuffer) { in SendCommand()
653 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) { in SendCommand()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp359 OMX_IN OMX_COMMANDTYPE Cmd, in SendCommand() argument
373 return cbase->CBaseSendCommand(hComponent, Cmd, nParam1, pCmdData); in SendCommand()
378 OMX_IN OMX_COMMANDTYPE Cmd, in CBaseSendCommand() argument
388 switch (Cmd) { in CBaseSendCommand()
430 LOGE("command %d not supported\n", Cmd); in CBaseSendCommand()
438 cmd->cmd = Cmd; in CBaseSendCommand()

123