Home
last modified time | relevance | path

Searched refs:ReturnValueOmxApi (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.cpp68 ReturnValueOmxApi = OMX_ErrorNone; in ProxyApplication_OMX()
146ReturnValueOmxApi = ComponentGetParameter(Command->hComponent, Command->nParamIndex, Command->Comp… in ProcessMessage()
159ReturnValueOmxApi = ComponentSetParameter(Command->hComponent, Command->nParamIndex, Command->Comp… in ProcessMessage()
171ReturnValueOmxApi = ComponentGetConfig(Command->hComponent, Command->nIndex, Command->pComponentCo… in ProcessMessage()
183ReturnValueOmxApi = ComponentSetConfig(Command->hComponent, Command->nIndex, Command->pComponentCo… in ProcessMessage()
195ReturnValueOmxApi = ComponentGetExtensionIndex(Command->hComponent, Command->cParameterName, Comma… in ProcessMessage()
207 ReturnValueOmxApi = ComponentGetState(Command->hComponent, Command->pState); in ProcessMessage()
219ReturnValueOmxApi = ComponentUseBuffer(Command->hComponent, Command->ppBufferHdr, Command->nPortIn… in ProcessMessage()
231ReturnValueOmxApi = ComponentAllocateBuffer(Command->hComponent, Command->pBuffer, Command->nPortI… in ProcessMessage()
243ReturnValueOmxApi = ComponentFreeBuffer(Command->hComponent, Command->nPortIndex, Command->pBuffer… in ProcessMessage()
[all …]
Domx_proxy_interface.h293 OMX_ERRORTYPE ReturnValueOmxApi; variable