Searched refs:ret (Results 276 - 289 of 289) sorted by relevance

<<1112

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c1416 int ret; local
1479 ret = write (pComponentPrivate->dataPipe[1], &pBuffer,
1481 if (ret == -1) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStateMachine.cpp51 int running = 1, ret; local
57 ret = cam_sem_wait(&pme->cmd_sem);
58 if (ret != 0 && errno != EINVAL) {
63 } while (ret != 0);
H A DQCameraParameters.cpp4765 int32_t ret = NO_ERROR; local
4798 ret = BAD_VALUE;
4808 return ret;
4874 int32_t ret = NO_ERROR; local
4909 ret = BAD_VALUE;
4912 return ret;
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c352 OMX_S16 ret = 0; local
358 ret = write(IpBuf_Pipe[1], &pBufferI, sizeof(pBufferI));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c557 OMX_U32 ret = 0; local
571 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
572 if (ret == -1) {
584 ret = read (pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData));
585 if (ret == -1) {
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c597 OMX_U32 i,ret = 0; local
615 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
616 if(ret == -1){
627 ret = read(pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData));
628 if(ret == -1){
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c646 OMX_U32 ret = 0; local
659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
660 if (ret == -1) {
665 ret = read(pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData));
666 if (ret == -1) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c112 int ret = 0; local
207 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
208 if (ret == -1) {
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c1486 ssize_t ret; local
1554 ret = write (pComponentPrivate->dataPipe[1], &pBuffer,
1556 if (ret == -1) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c452 OMX_S16 ret; local
456 ret = write(IpBuf_Pipe[1], &pBuffer, sizeof(pBuffer));
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c2703 int ret = 0; local
2735 ret = pthread_cond_timedwait(&(pComponentPrivate->StateChangeCondition), &(pComponentPrivate->mutexStateChangeRequest), &abs_time);
2736 if (!ret) {
2744 else if(ret == ETIMEDOUT) {
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegDecoder.cpp186 int ret = ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum); local
188 if (ret == ERROR_NONE) {
195 return ret;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp4389 int ret = NO_ERROR; local
4403 return ret;
4525 ALOGE("%s: init reprocess channel failed, ret = %d", __func__, rc);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c1775 int ret = 0; local
1782 if (ret == -1)

Completed in 995 milliseconds

<<1112