Searched refs:command (Results 26 - 39 of 39) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c316 * the component thread, command pipes, data pipes and LCML Pipes.
583 * receives the command from the application
597 OMX_COMMANDTYPE command; local
621 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
634 if (command == OMX_CommandStateSet) {
1107 else if (command == OMX_CommandMarkBuffer) {
1108 G711ENC_DPRINT("%d :: command OMX_CommandMarkBuffer received\n",__LINE__);
1115 else if (command == OMX_CommandPortDisable) {
1116 G711ENC_DPRINT("%d :: Inside command Por
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c530 the component thread, command pipe, data pipe and LCML Pipe
880 * receives the command from the application
898 OMX_COMMANDTYPE command; local
907 read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
910 if (command == OMX_CommandStateSet) {
958 else if (command == OMX_CommandMarkBuffer) {
959 G722ENC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
961 G722ENC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
966 else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c381 * the component thread, command pipes, data pipes and LCML Pipes.
621 * receives the command from the application
636 OMX_COMMANDTYPE command; local
659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
672 if (command == OMX_CommandStateSet) {
1135 } else if (command == OMX_CommandMarkBuffer) {
1136 G726ENC_DPRINT("%d :: command OMX_CommandMarkBuffer received\n",__LINE__);
1141 } else if (command == OMX_CommandPortDisable)
1147 G726ENC_DPRINT("%d :: command disable
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c388 * the component thread, command pipe, data pipe and LCML Pipe.
739 * receives the command from the application
754 OMX_COMMANDTYPE command; local
769 read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
778 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: Just read from the command pipe",__LINE__);
779 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: command = %d",__LINE__,command);
790 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: command = %d",__LINE__,command);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c529 * @fn AACDEC_HandleCommand() function handles the command sent by the application.
553 OMX_COMMANDTYPE command; local
571 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
597 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: command = %d\n",__LINE__,command);
603 command,
608 if (command == OMX_CommandStateSet) {
1355 else if (command == OMX_CommandMarkBuffer) {
1359 } else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c398 * the component thread, command pipe, data pipe and LCML Pipe.
671 * receives the command from the application
687 OMX_COMMANDTYPE command; local
707 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
725 PERF_ReceivedCommand(pComponentPrivate->pPERFcomp,command,commandData,PERF_ModuleLLMM);
728 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: AACENCHandleCommand :: Command is = %d\n",__LINE__,command);
729 if (command == OMX_CommandStateSet)
1439 else if (command == OMX_CommandMarkBuffer)
1441 OMX_PRDSP2(pComponentPrivate->dbg, "AACENC: command OMX_CommandMarkBuffe
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c32 * like handling command from application, callback from LCML etc.
576 * @fn MP3DEC_HandleCommand() function handles the command sent by the application.
604 OMX_COMMANDTYPE command; local
615 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
619 "Error while reading the command pipe");
639 OMX_PRDSP2(pComponentPrivate->dbg, ":: command = %d\n",command);
644 command,
648 if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_Utils.c382 * the component thread, command pipe, data pipe and LCML Pipe.
667 * receives the command from the application
683 OMX_COMMANDTYPE command; local
706 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
722 command,
727 if (command == OMX_CommandStateSet) {
1413 else if (command == OMX_CommandMarkBuffer) {
1414 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: command OMX_CommandMarkBuffer received\n",__LINE__);
1416 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: command OMX_CommandMarkBuffe
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c338 * the component thread, command pipes, data pipes and LCML Pipes.
616 * receives the command from the application
631 OMX_COMMANDTYPE command; local
659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
674 command,
678 if (command == OMX_CommandStateSet) {
1302 } else if (command == OMX_CommandMarkBuffer) {
1303 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: command OMX_CommandMarkBuffer received\n",__LINE__);
1308 } else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_Utils.c370 * the component thread, command pipe, data pipe and LCML Pipe.
642 * receives the command from the application
658 OMX_COMMANDTYPE command; local
686 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
713 command,
718 if (command == OMX_CommandStateSet) {
1410 else if (command == OMX_CommandMarkBuffer) {
1411 OMX_PRCOMM1(pComponentPrivate->dbg, "command OMX_CommandMarkBuffer received\n");
1413 OMX_PRCOMM1(pComponentPrivate->dbg, "command OMX_CommandMarkBuffe
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_Utils.c338 * the component thread, command pipes, data pipes and LCML Pipes.
657 * receives the command from the application
673 OMX_COMMANDTYPE command = cmd; local
699 command,
704 if (command == OMX_CommandStateSet) {
1421 } else if (command == OMX_CommandMarkBuffer) {
1428 } else if (command == OMX_CommandPortDisable) {
1506 } else if (command == OMX_CommandPortEnable) {
1605 } else if (command == OMX_CommandFlush) {
2768 /* USN_ERR_NONE,: Indicates that no error encountered during execution of the command an
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp253 // force routing command to audio hardware when starting a call
258 // force routing command to audio hardware when exiting a call
263 // force routing command to audio hardware when switching between telephony and VoIP
278 // force routing command to audio hardware when ending call
289 // delay the device change command by twice the output latency to have some margin
1162 String8 command; local
1169 command = mpClientInterface->getParameters(0, String8("test_cmd_policy"));
1170 AudioParameter param = AudioParameter(command);
1174 LOGV("Test command %s received", command
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c1173 p_args->command, p_args->fileid,
1177 p_args->command, p_args->fileid,
1267 * that the radio is ready to process another command (whether or not
1268 * the previous command has completed).
2026 /* Called on command or reader thread */
2036 /* Called on command thread */
/hardware/ril/libril/
H A Dril.cpp135 char local; // responses to local commands do not go back to command process
293 * is not sent back up to the command process
372 LOGE("invalid command block for token %d request %s",
666 * int32_t command
690 simIO.v6.command = (int)t;
712 simIO.v6.command, simIO.v6.fileid, (char*)simIO.v6.path,
2290 LOGE("error on reading command socket errno:%d\n", errno);
2292 LOGW("EOS. Closing command socket.");
2799 // Locally issued command...void only!
2800 // response does not go back up the command socke
[all...]

Completed in 813 milliseconds

12