Searched refs:SendCommand (Results 1 - 25 of 39) sorted by relevance

12

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dwpa_core.c541 U32 SendCommand; local
597 SendCommand = TRUE;
608 SendCommand = FALSE;
611 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
617 SendCommand = TRUE;
644 SendCommand = FALSE;
647 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
654 SendCommand = TRUE;
663 SendCommand = FALSE;
666 if (SendCommand
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.c155 (NULL == component->SendCommand) ||
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c121 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
219 pHandle->SendCommand = SendCommand;
555 * SendCommand() used to send the commands to the component
568 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
578 G711DEC_DPRINT ("%d:::Inside SendCommand\n", __LINE__);
586 G711DEC_DPRINT ("%d:::Inside SendCommand\n", __LINE__);
600 G711DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
617 G711DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
629 G711DEC_DPRINT ("%d:::Inside SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c120 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
228 pHandle->SendCommand = SendCommand;
559 * SendCommand() used to send the commands to the component
572 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
582 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
597 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
612 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
630 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
644 G729DEC_DPRINT ("%d:::Inside SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c120 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp,
209 pHandle->SendCommand = SendCommand;
567 * SendCommand() used to send the commands to the component
580 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
614 G729ENC_DPRINT("OMX_CommandStateSet SendCommand\n");
632 G729ENC_DPRINT("OMX_CommandStateSet SendCommand\n");
645 G729ENC_DPRINT("OMX_CommandFlush SendCommand\n");
654 G729ENC_DPRINT("OMX_CommandPortDisable SendCommand\n");
657 G729ENC_DPRINT("OMX_CommandPortEnable SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c116 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
200 pHandle->SendCommand = SendCommand;
612 * SendCommand() used to send the commands to the component
625 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
642 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
665 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
683 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
725 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
728 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c105 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
195 pHandle->SendCommand = SendCommand;
535 * SendCommand() used to send the commands to the component
548 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
558 G711ENC_DPRINT("%d :: Entering SendCommand()\n", __LINE__);
567 G711ENC_DPRINT("%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
585 G711ENC_DPRINT("%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
598 G711ENC_DPRINT("%d :: OMX_CommandFlush SendCommand\n",__LINE__);
601 G711ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from SendCommand",__LINE_
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c121 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
210 pHandle->SendCommand = SendCommand;
577 * SendCommand() used to send the commands to the component
590 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
600 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
614 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
635 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
653 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
667 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h750 ((OMX_COMPONENTTYPE*)hComponent)->SendCommand( \
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c124 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
216 pHandle->SendCommand = SendCommand;
467 * @fn SendCommand() function receives all the commands from the application.
485 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
497 G722DEC_DPRINT("G722DEC: Entered SendCommand\n");
1913 SendCommand (pComponentPrivate->pHandle,OMX_CommandPortDisable,
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c123 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
211 pHandle->SendCommand = SendCommand;
635 * @fn SendCommand() description for SendCommand
636 SendCommand().
642 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
652 G722ENC_DPRINT("Entered SendCommand\n");
662 G722ENC_DPRINT("OMX_CommandStateSet SendCommand\n");
680 G722ENC_DPRINT("OMX_CommandStateSet SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c126 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
219 pHandle->SendCommand = SendCommand;
473 * @fn SendCommand() function receives all the commands from the application.
491 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
503 G726DEC_DPRINT("G726DEC: Entered SendCommand\n");
1957 SendCommand (pComponentPrivate->pHandle,OMX_CommandPortDisable,
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c115 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
200 pHandle->SendCommand = SendCommand;
501 * SendCommand() used to send the commands to the component
514 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
524 G726ENC_DPRINT("%d :: Entering SendCommand()\n", __LINE__);
533 G726ENC_DPRINT("%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
546 G726ENC_DPRINT("%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
559 G726ENC_DPRINT("%d :: OMX_CommandFlush SendCommand\n",__LINE__);
562 G726ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from SendCommand",__LINE_
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c113 static OMX_ERRORTYPE SendCommand(OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand, OMX_U32 nParam,OMX_PTR pCmdData);
179 pHandle->SendCommand = SendCommand;
601 * SendCommand() used to send the commands to the component
614 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
633 OMX_PRINT1(pCompPrivate->dbg, "%d :: AACENC: Entering SendCommand()\n", __LINE__);
636 OMX_PRINT1(pCompPrivate->dbg, "%d :: AACENC: Inside SendCommand\n",__LINE__);
662 OMX_PRINT1(pCompPrivate->dbg, "%d :: AACENC: Inside SendCommand\n",__LINE__);
679 OMX_PRINT1(pCompPrivate->dbg, "%d :: AACENC: Inside SendCommand\n",__LINE__);
700 OMX_PRINT1(pCompPrivate->dbg, "%d :: IAACENC: nside SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c115 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
214 pHandle->SendCommand = SendCommand;
604 * SendCommand() used to send the commands to the component
617 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
627 OMX_PRINT1(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\n",__LINE__);
641 OMX_PRCOMM2(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\n",__LINE__);
664 OMX_PRCOMM1(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\n",__LINE__);
682 OMX_PRCOMM1(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\n",__LINE__);
696 OMX_PRCOMM1(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Inside SendCommand\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c129 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
221 pHandle->SendCommand = SendCommand;
663 * SendCommand() used to send the commands to the component
676 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle, function
693 OMX_PRINT1(pCompPrivate->dbg, "%d :: Entering SendCommand()\n", __LINE__);
714 OMX_PRINT1(pCompPrivate->dbg, "%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
730 OMX_PRINT1(pCompPrivate->dbg, "%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
749 OMX_PRINT1(pCompPrivate->dbg, "%d :: OMX_CommandFlush SendCommand\n",__LINE__);
752 OMX_ERROR4(pCompPrivate->dbg, "%d :: OMX_ErrorBadPortIndex from SendCommand",__LINE_
[all...]

Completed in 2191 milliseconds

12