OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eCompReturn
(Results
1 - 3
of
3
) sorted by null
/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/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/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;
Completed in 97 milliseconds