HomeSort by relevance Sort by last modified time
    Searched refs:Cmd (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /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...]
  /external/clang/lib/Driver/
Driver.cpp 424 std::string Cmd;
425 llvm::raw_string_ostream OS(Cmd);
542 I = Cmd.find("-main-file-name ");
545 E = Cmd.find(" ", I);
547 StringRef OldFilename = StringRef(Cmd).slice(I, E);
549 I = StringRef(Cmd).rfind(OldFilename);
551 I = Cmd.rfind(" ", I) + 1;
552 Cmd.replace(I, E - I, NewFilename.data(), NewFilename.size());
556 Cmd.insert(I, std::string(" -ivfsoverlay ") + VFS.c_str());
558 ScriptOS << Cmd;
    [all...]
  /external/libnfc-nxp/src/
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/llvm/lib/Object/
MachOObjectFile.cpp 57 sys::swapByteOrder(L.cmd);
133 sys::swapByteOrder(C.cmd);
143 sys::swapByteOrder(C.cmd);
167 sys::swapByteOrder(C.cmd);
175 sys::swapByteOrder(C.cmd);
189 sys::swapByteOrder(C.cmd);
208 sys::swapByteOrder(C.cmd);
215 sys::swapByteOrder(C.cmd);
223 sys::swapByteOrder(C.cmd);
240 T Cmd;
    [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/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 73 OMX_ERRORTYPE CmdProcessWork::PushCmdQueue(struct cmd_s *cmd)
78 ret = queue_push_tail(&q, cmd);
92 struct cmd_s *cmd; local
95 cmd = (struct cmd_s *)queue_pop_head(&q);
98 return cmd;
103 struct cmd_s *cmd; local
105 cmd = PopCmdQueue();
106 if (cmd) {
107 ci->CmdHandler(cmd);
108 free(cmd);
382 struct cmd_s *cmd; local
    [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...]
  /external/chromium_org/tools/vim/
ninja-build.vim 5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to
  /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,
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 366 OMX_IN OMX_COMMANDTYPE Cmd,
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,

Completed in 6692 milliseconds

1 23 4 5