HomeSort by relevance Sort by last modified time
    Searched refs:eCompReturn (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
omx_rpc_stub.c 162 * @param eCompReturn [OUT] : This is return value returned by the remote
169 OMX_CALLBACKTYPE * pCallBacks, OMX_ERRORTYPE * eCompReturn)
206 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
208 if (*eCompReturn == OMX_ErrorNone)
233 if (pRetPacket && *eCompReturn != OMX_ErrorHardware)
247 * @param eCompReturn [OUT] : Return value returned by the remote component.
252 OMX_ERRORTYPE * eCompReturn)
281 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
286 if (pRetPacket && *eCompReturn != OMX_ErrorHardware)
303 * @param eCompReturn [OUT] : Return value returned by the remote component
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 156 * @param eCompReturn [OUT] : This is return value returned by the remote
163 OMX_CALLBACKTYPE * pCallBacks, OMX_ERRORTYPE * eCompReturn)
200 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
202 if (*eCompReturn == OMX_ErrorNone)
241 * @param eCompReturn [OUT] : Return value returned by the remote component.
246 OMX_ERRORTYPE * eCompReturn)
275 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result);
297 * @param eCompReturn [OUT] : Return value returned by the remote component.
303 OMX_PTR pLocBufNeedMap, OMX_ERRORTYPE * eCompReturn)
344 *eCompReturn = (OMX_ERRORTYPE) (((struct omx_packet *) pRetPacket)->result)
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 489 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
569 pCompPrv->tBufList[count].pBufHeaderRemote, &eCompReturn,bMapBuffer);
607 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
641 pCompPrv->tBufList[count].pBufHeaderRemote, &eCompReturn);
801 OMX_ERRORTYPE eCompReturn = OMX_ErrorNone;
855 &eCompReturn);
910 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 154 eError = eCompReturn; \
470 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
547 pCompPrv->tBufList[count].pBufHeaderRemote, &eCompReturn,bMapBuffer);
585 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
617 pCompPrv->tBufList[count].pBufHeaderRemote, &eCompReturn);
837 OMX_ERRORTYPE eCompReturn = OMX_ErrorNone;
891 &eCompReturn);
946 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
    [all...]
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 117 eError = eCompReturn; \
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 643 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
723 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 612 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
673 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn = OMX_ErrorNone;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 211 OMX_ERRORTYPE eError = OMX_ErrorNone, eCompReturn;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 711 OMX_ERRORTYPE eCompReturn = OMX_ErrorNone;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 687 OMX_ERRORTYPE eCompReturn = OMX_ErrorNone;
    [all...]

Completed in 465 milliseconds