/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDecoder.c | 652 nRet = write(pComponentPrivate->cmdDataPipe[VIDDEC_PIPE_WRITE], &nParam1, sizeof(nParam1)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 517 nRet = pipe (pComponentPrivate->cmdDataPipe); 604 nRet = close (pComponentPrivate->cmdDataPipe[0]); 609 nRet = close (pComponentPrivate->cmdDataPipe[1]); 705 ret = read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_G722Decoder.c | 570 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData, 577 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 576 eError = pipe (pComponentPrivate->cmdDataPipe); 659 err = close (pComponentPrivate->cmdDataPipe[0]); 664 err = close (pComponentPrivate->cmdDataPipe[1]); [all...] |
OMX_G722Encoder.c | 729 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR)); 732 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | 398 nRet = pipe (pComponentPrivate->cmdDataPipe); 473 nRet = close (pComponentPrivate->cmdDataPipe[0]); 478 nRet = close (pComponentPrivate->cmdDataPipe[1]); 584 ret = read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_AacDecoder.c | 633 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR)); 640 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | 436 eError = pipe (pComponentPrivate->cmdDataPipe); 519 OMX_CLOSE_PIPE(pComponentPrivate->cmdDataPipe[0],err); 520 OMX_CLOSE_PIPE(pComponentPrivate->cmdDataPipe[1],err); 715 ret = read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_AacEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 416 nRet = pipe (pComponentPrivate->cmdDataPipe); 499 nRet = close (pComponentPrivate->cmdDataPipe[0]); 504 nRet = close (pComponentPrivate->cmdDataPipe[1]); 627 ret = read(pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_Mp3Decoder.c | 642 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData, 649 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_Utils.c | 417 eError = pipe (pComponentPrivate->cmdDataPipe); 514 err = close (pComponentPrivate->cmdDataPipe[0]); 519 err = close (pComponentPrivate->cmdDataPipe[1]); 713 ret = read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_AmrDecoder.c | 738 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 742 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_Utils.c | 374 eError = pipe (pComponentPrivate->cmdDataPipe); 377 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error while creating cmdDataPipe\n",__LINE__); 444 OMX_NBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[0],err); 445 OMX_NBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[1],err); 665 ret = read(pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | 405 eError = pipe (pComponentPrivate->cmdDataPipe); 497 err = close (pComponentPrivate->cmdDataPipe[0]); 502 err = close (pComponentPrivate->cmdDataPipe[1]); 699 ret = read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_WbAmrDecoder.c | 709 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 713 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_Utils.c | 423 eError = pipe (pComponentPrivate->cmdDataPipe); 536 err = close (pComponentPrivate->cmdDataPipe[0]); 546 err = close (pComponentPrivate->cmdDataPipe[1]); 780 read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); [all...] |
OMX_WmaDecoder.c | 734 nRet = write(pCompPrivate->cmdDataPipe[1],&pCmdData,sizeof(OMX_PTR)); 737 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 669 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, sizeof(OMX_PTR)); 672 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, sizeof(OMX_U32)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Encoder.c | 639 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData,sizeof(OMX_PTR)); 641 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam,sizeof(OMX_U32)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Decoder.c | 583 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData, 590 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | 600 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 603 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Decoder.c | 685 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, 689 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Encoder.c | 687 nRet = write(pCompPrivate->cmdDataPipe[1], &pCmdData, sizeof(OMX_PTR)); 691 nRet = write(pCompPrivate->cmdDataPipe[1], &nParam, sizeof(OMX_U32)); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_Utils.c | 371 eError = pipe (pComponentPrivate->cmdDataPipe); 376 "Error while creating cmdDataPipe\n"); 453 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[0], err); 454 OMX_WBCLOSE_PIPE(pComponentPrivate->cmdDataPipe[1], err); [all...] |