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

12 3

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 496 int nRet = 0;
577 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
578 if (nRet == -1) {
583 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,
585 if (nRet == -1) {
590 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam,
592 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 631 int nRet;
726 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
727 if (nRet == -1) {
734 nRet = write(pCompPrivate->cmdDataPipe[1],&pCmdData,sizeof(OMX_PTR));
737 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,
742 OMX_PRINT2(pCompPrivate->dbg, "%d:::nRet = %d\n",__LINE__,nRet);
743 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 315 UINT nRet;
316 GetMouseMovePoints(ptLast, 1, &nRet);
317 if ( nRet == 1 ) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 544 int nRet;
635 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
636 if (nRet == -1) {
642 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,
644 if (nRet == -1) {
649 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam,
651 if (nRet == -1) {
655 OMX_PRINT2(pCompPrivate->dbg, ":: MP3DEC:SendCommand - nRet = %d\n",nRet);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
OMX_VPP_Utils.c 837 int nRet;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 573 ssize_t nRet = 0;
660 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
662 if (nRet == -1) {
669 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, sizeof(OMX_PTR));
672 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, sizeof(OMX_U32));
676 G711DEC_DPRINT ("%d:::nRet = %d\n",__LINE__,nRet);
677 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 647 int nRet = 0;
723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd));
724 if (nRet == -1) {
729 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR));
732 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam,
736 G722ENC_DPRINT("%d :: G722ENC: SendCommand - nRet = %d\n",__LINE__,nRet);
738 if (nRet == -1) {
    [all...]
OMX_G722Enc_Utils.c 109 OMX_U32 nRet = 0;
172 nRet = G722ENC_HandleCommand (pComponentPrivate);
173 if (nRet == EXIT_COMPONENT_THRD) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 577 ssize_t nRet = 0;
677 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
678 if (nRet == -1) {
685 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,
689 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,
694 G729DEC_DPRINT ("%d:::nRet = %d\n",__LINE__,nRet);
695 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 595 int nRet;
701 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
702 if (nRet == -1) {
709 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,
713 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,
718 OMX_PRINT2(pCompPrivate->dbg, "nRet = %d\n",nRet);
719 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 538 int nRet;
625 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
626 if (nRet == -1) {
633 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR));
634 if (nRet == -1) {
640 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam,
642 if (nRet == -1) {
648 /* if (nRet == -1) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 710 int nRet;
712 nRet = 2 + strlen(zInput)*2 + 1;
713 zRet = sqlite3_malloc(nRet);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 557 int nRet = 0;
631 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
632 if (nRet == -1) {
639 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR));
641 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,sizeof(OMX_U32));
643 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 523 int nRet = 0;
592 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
593 if (nRet == -1) {
600 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,
603 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,
606 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 589 int nRet = 0;
678 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
679 if (nRet == -1)
687 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, sizeof(OMX_PTR));
691 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, sizeof(OMX_U32));
693 if (nRet == -1)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 561 OMX_U32 nBufIndex = 0, nSize=0, nRet=0;
654 nRet = COLORCONVERT_PlatformOpaqueToNV12(pProxy->hCC, (void **) &pGrallocHandle, (void **) &pProxy->gralloc_handle[nBufIndex],
659 if(nRet != 0)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 544 OMX_U32 nBufIndex = 0, nSize=0, nRet=0;
639 nRet = COLORCONVERT_PlatformOpaqueToNV12(pProxy->hCC, (void **) &pGrallocHandle, (void **) &pProxy->gralloc_handle[nBufIndex],
644 if(nRet != 0)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 621 int nRet = 0;
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);
742 if (nRet == -1)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 622 ssize_t nRet;
730 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
731 if (nRet == -1) {
738 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,
742 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,
747 OMX_PRINT2(pCompPrivate->dbg, "%d ::OMX_AmrDecoder.c ::nRet = %ld\n",__LINE__,nRet);
748 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 685 int nRet = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 657 int nRet = 0;
752 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
754 if (nRet == -1) {
761 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, sizeof(OMX_PTR));
763 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, sizeof(OMX_U32));
766 if (nRet == -1) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]

Completed in 505 milliseconds

12 3