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

12 3 4 5

  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h     [all...]
  /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/llvm/lib/Object/
MachOObjectFile.cpp 218 T Cmd;
219 memcpy(&Cmd, P, sizeof(T));
221 SwapStruct(Cmd);
222 return Cmd;
    [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...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js 23 cvox.ChromeVox.isMac=-1!=navigator.platform.indexOf("Mac");cvox.ChromeVox.modKeyStr=cvox.ChromeVox.isChromeOS?"Shift+Search":cvox.ChromeVox.isMac?"Ctrl+Cmd":"Ctrl+Meta";cvox.ChromeVox.sequenceSwitchKeyCodes=[];cvox.ChromeVox.visitedUrls={};cvox.ChromeVox.markInUserCommand=function(){};cvox.ChromeVox.syncToNode=function(){};cvox.ChromeVox.speakNode=function(){};cvox.ChromeVox.executeUserCommand=function(){};cvox.ChromeVox.entireDocumentIsHidden=!1;
27 cvox.KeySequence.prototype.rationalizeKeys_=function(){if(!this.skipStripping){var a=cvox.ChromeVox.modKeyStr.split(/\+/g),b=this.keys.keyCode.length-1;-1!=a.indexOf("Ctrl")&&(this.keys.ctrlKey[b]=!1);-1!=a.indexOf("Alt")&&(this.keys.altKey[b]=!1);-1!=a.indexOf("Shift")&&(this.keys.shiftKey[b]=!1);var c=this.getMetaKeyName_();if(-1!=a.indexOf(c))if("Search"==c)this.keys.searchKeyHeld[b]=!1;else if("Cmd"==c||"Win"==c)this.keys.metaKey[b]=!1}};
28 cvox.KeySequence.prototype.getMetaKeyName_=function(){return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win"};cvox.KeySequence.prototype.checkKeyEquality_=function(a){for(var b in this.keys)for(var c=this.keys[b].length;c--;)if(this.keys[b][c]!==a.keys[b][c])return!1;return!0};cvox.KeySequence.prototype.length=function(){return this.keys.keyCode.length};cvox.KeySequence.prototype.isModifierKey=function(a){return 16==a||17==a||18==a||91==a||93==a};
33 e);d&&b.addKeyEvent(c);return b};cvox.KeySequence.setModifiersOnEvent_=function(a,b){"Ctrl"==a?(b.ctrlKey=!0,b.keyCode=17):"Alt"==a?(b.altKey=!0,b.keyCode=18):"Shift"==a?(b.shiftKey=!0,b.keyCode=16):"Search"==a?(b.searchKeyHeld=!0,b.keyCode=91):"Cmd"==a?(b.metaKey=!0,b.keyCode=91):"Win"==a?(b.metaKey=!0,b.keyCode=91):"Insert"==a&&(b.keyCode=45)};
38 cvox.KeyUtil.keyCodeToString=function(a){return 17==a?"Ctrl":18==a?"Alt":16==a?"Shift":91==a||93==a?cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win":45==a?"Insert":65<=a&&90>=a?String.fromCharCode(a):48<=a&&57>=a?String.fromCharCode(a):"#"+a};cvox.KeyUtil.modStringToKeyCode=function(a){switch(a){case "Ctrl":return 17;case "Alt":return 18;case "Shift":return 16;case "Cmd":case "Win":return 91}return-1};
40 cvox.KeyUtil.getReadableNameForKeyCode=function(a){if(0==a)return"Power button";if(17==a)return"Control";if(18==a)return"Alt";if(16==a)return"Shift";if(9==a)return"Tab";if(91==a||93==a)return cvox.ChromeVox.isChromeOS?"Search":cvox.ChromeVox.isMac?"Cmd":"Win";if(8==a)return"Backspace";if(32==a)return"Space";if(35==a)return"end";if(36==a)return"home";if(37==a)return"Left arrow";if(38==a)return"Up arrow";if(39==a)return"Right arrow";if(40==a)return"Down arrow";if(45==a)return"Insert";if(13==a)return"Enter";
  /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...]
  /external/clang/lib/Driver/
Driver.cpp 429 std::string Cmd;
430 llvm::raw_string_ostream OS(Cmd);
538 I = Cmd.find("-main-file-name ");
541 E = Cmd.find(" ", I);
543 StringRef OldFilename = StringRef(Cmd).slice(I, E);
545 I = StringRef(Cmd).rfind(OldFilename);
547 I = Cmd.rfind(" ", I) + 1;
548 Cmd.replace(I, E - I, NewFilename.data(), NewFilename.size());
549 ScriptOS << 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/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...]

Completed in 670 milliseconds

12 3 4 5