HomeSort by relevance Sort by last modified time
    Searched refs:cmdPipe (Results 51 - 71 of 71) sorted by null

1 23

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 390 eError = pipe (pComponentPrivate->cmdPipe);
394 OMX_ERROR4(pComponentPrivate->dbg, "Error while creating cmdPipe\n");
451 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdPipe[0], err);
452 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdPipe[1], err);
629 write (pComponentPrivate->cmdPipe[1], &pComponentPrivate->bIsThreadstop, sizeof(OMX_U16));
    [all...]
OMX_WbAmrEncoder.c 752 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 520 eError = pipe (pComponentPrivate->cmdPipe);
615 err = write (pComponentPrivate->cmdPipe[1], &stop, sizeof(OMX_COMMANDTYPE));
641 err = close (pComponentPrivate->cmdPipe[i]);
644 VPP_DPRINT ("VPP::%d :: Error while closing cmdPipe\n",__LINE__);
    [all...]
OMX_VPP.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 625 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 737 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
739 OMX_PRCOMM2(pCompPrivate->dbg, "%d :: AACENC: pCompPrivate->cmdPipe[1] = %d \n",__LINE__,pCompPrivate->cmdPipe[1]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 635 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 887 int cmdPipe[2];
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 660 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 564 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 577 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 677 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 678 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 701 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 726 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 730 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]

Completed in 305 milliseconds

1 23