HomeSort by relevance Sort by last modified time
    Searched refs:Cmd (Results 26 - 50 of 87) sorted by null

12 3 4

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h     [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c 668 NdefMap->Cmd.MfCmd = phHal_eMifareCmdListMifareRead;
670 NdefMap->Cmd.MfCmd = phHal_eMifareRead;
680 NdefMap->Cmd,
    [all...]
phFriNfc_ISO15693Map.c 472 psNdefMap->Cmd.Iso15693Cmd = phHal_eIso15693_Cmd;
502 psNdefMap->Cmd,
533 psNdefMap->Cmd.Iso15693Cmd = phHal_eIso15693_Cmd;
566 psNdefMap->Cmd,
    [all...]
phFriNfc_MifareULMap.c 474 /* set the cmd to mifare read*/
479 NdefMap->Cmd.MfCmd = phHal_eMifareRead;
493 NdefMap->Cmd,
    [all...]
phFriNfc_NdefMap.h 377 /** Nbr for check cmd*/
379 /** Nbw for update cmd*/
825 phHal_uCmdList_t Cmd;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 363 std::string Cmd;
364 llvm::raw_string_ostream OS(Cmd);
473 I = Cmd.find("-main-file-name ");
476 E = Cmd.find(" ", I);
478 StringRef OldFilename = StringRef(Cmd).slice(I, E);
480 I = StringRef(Cmd).rfind(OldFilename);
482 I = Cmd.rfind(" ", I) + 1;
483 Cmd.replace(I, E - I, NewFilename.data(), NewFilename.size());
484 ScriptOS << Cmd;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 189 OMX_COMMANDTYPE Cmd,
612 OMX_COMMANDTYPE Cmd,
632 Cmd, (Cmd == OMX_CommandMarkBuffer) ? (OMX_U32) pCmdData : nParam1,
636 switch (Cmd) {
645 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 211 OMX_IN OMX_COMMANDTYPE Cmd,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 564 * @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) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 582 * @param Cmd Command to be sent to the component
591 OMX_COMMANDTYPE Cmd,
628 PERF_SendingCommand(pCompPrivate->pPERF, Cmd,
629 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
633 switch(Cmd) {
701 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
708 if (Cmd == OMX_CommandMarkBuffer) {
726 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 643 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) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 572 * @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)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 617 * @param Cmd Command to be sent to the component
626 OMX_COMMANDTYPE Cmd,
658 Cmd,
659 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
663 switch(Cmd) {
726 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
733 if (Cmd == OMX_CommandMarkBuffer) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 606 * @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 = %p \n",__LINE__,&Cmd)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 668 * @param Cmd Command to be sent to the component
677 OMX_COMMANDTYPE Cmd,
708 Cmd,
709 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
712 switch(Cmd) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 560 * @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)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 471 * @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){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 477 * @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){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 525 * @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));
627 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: write to cmd pipe failed!!!\n");
632 if (Cmd == OMX_CommandMarkBuffer) {
635 OMX_ERROR2(pCompPrivate->dbg, "EXITING:: write to cmd data pipe failed for MarkBuffer!!!\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 525 * @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) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 609 * @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) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 641 * @param Cmd Command to be sent to the component
650 OMX_COMMANDTYPE Cmd,
669 Cmd,
670 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
674 switch (Cmd) {
752 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
760 if (Cmd == OMX_CommandMarkBuffer) {
768 if(Cmd == OMX_CommandStateSet) {
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 366 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,

Completed in 545 milliseconds

12 3 4