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

1 23 4

  /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...]
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.h 377 /** Nbr for check cmd*/
379 /** Nbw for update cmd*/
825 phHal_uCmdList_t Cmd;
    [all...]
phFriNfc_DesfireFormat.c 48 0x90 Cmd 0x00 0x00 Data Len Cmd. Par's 0x00
142 /* Transceive Cmd initiation*/
215 /* let the place to store the cmd byte type, point to next index*/
233 /* Instruction Cmd code */
238 /* Instruction Cmd code */
246 /* NO Data to send in this cmd*/
260 /* Instruction Cmd code */
345 /* Instruction Cmd code */
392 /* Instruction Cmd code *
    [all...]
phFriNfc_DesfireMap.c 422 Update the NLEN using Transceive cmd*/
    [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/omap4xxx/domx/omx_core/inc/
OMX_Component.h 349 OMX_IN OMX_COMMANDTYPE Cmd,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 9 import cmd namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
63 cmd.Cmd.__init__(self, completekey, stdin, stdout)
99 # must be disp. after execing the cmd list
101 # must be disp. after execing the cmd list
279 return cmd.Cmd.onecmd(self, line)
285 cmd, arg, line = self.parseline(line
    [all...]
cmd.py 50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
193 cmd, arg = line[:i], line[i:].strip()
194 return cmd, arg, line
206 cmd, arg, line = self.parseline(line)
209 if cmd is None
    [all...]
pstats.py 543 import cmd namespace
549 class ProfileBrowser(cmd.Cmd):
551 cmd.Cmd.__init__(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 9 import cmd namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
63 cmd.Cmd.__init__(self, completekey, stdin, stdout)
99 # must be disp. after execing the cmd list
101 # must be disp. after execing the cmd list
279 return cmd.Cmd.onecmd(self, line)
285 cmd, arg, line = self.parseline(line
    [all...]
cmd.py 50 __all__ = ["Cmd"]
52 PROMPT = '(Cmd) '
55 class Cmd:
61 A Cmd instance or subclass instance is a line-oriented interpreter
62 framework. There is no good reason to instantiate Cmd itself; rather,
64 in order to inherit Cmd's methods and encapsulate action methods.
193 cmd, arg = line[:i], line[i:].strip()
194 return cmd, arg, line
206 cmd, arg, line = self.parseline(line)
209 if cmd is None
    [all...]
pstats.py 543 import cmd namespace
549 class ProfileBrowser(cmd.Cmd):
551 cmd.Cmd.__init__(self)
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Basecomponent.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 540 * @param Cmd Command to be sent to the component
549 OMX_COMMANDTYPE Cmd,
565 switch(Cmd) {
631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
638 if (Cmd == OMX_CommandMarkBuffer) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 506 * @param Cmd Command to be sent to the component
515 OMX_COMMANDTYPE Cmd,
531 switch(Cmd) {
592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
599 if (Cmd == OMX_CommandMarkBuffer) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 502 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
508 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
515 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
521 OMX_PRCOMM4(pComponentPrivate->dbg, "Error while closing cmd pipe\n");
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 148 OMX_IN OMX_COMMANDTYPE Cmd,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 49 u32 Cmd[SIZE_MAX_CMD];
285 int vx_send_rih(struct vx_core *chip, int cmd);
286 int vx_send_rih_nolock(struct vx_core *chip, int cmd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 49 u32 Cmd[SIZE_MAX_CMD];
285 int vx_send_rih(struct vx_core *chip, int cmd);
286 int vx_send_rih_nolock(struct vx_core *chip, int cmd);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 96 OMX_COMMANDTYPE Cmd,
    [all...]
OMX_JpegEnc_Utils.c 502 OMX_PRCOMM4(dbg, "Error while closing cmd pipe\n");
508 OMX_PRCOMM4(dbg, "Error while closing cmd pipe\n");
515 OMX_PRCOMM4(dbg, "Error while closing cmd pipe\n");
521 OMX_PRCOMM4(dbg, "Error while closing cmd pipe\n");
    [all...]

Completed in 448 milliseconds

1 23 4