Searched refs:ReturnValueOmxApi (Results 1 – 2 of 2) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.cpp | 68 ReturnValueOmxApi = OMX_ErrorNone; in ProxyApplication_OMX() 146 …ReturnValueOmxApi = ComponentGetParameter(Command->hComponent, Command->nParamIndex, Command->Comp… in ProcessMessage() 159 …ReturnValueOmxApi = ComponentSetParameter(Command->hComponent, Command->nParamIndex, Command->Comp… in ProcessMessage() 171 …ReturnValueOmxApi = ComponentGetConfig(Command->hComponent, Command->nIndex, Command->pComponentCo… in ProcessMessage() 183 …ReturnValueOmxApi = ComponentSetConfig(Command->hComponent, Command->nIndex, Command->pComponentCo… in ProcessMessage() 195 …ReturnValueOmxApi = ComponentGetExtensionIndex(Command->hComponent, Command->cParameterName, Comma… in ProcessMessage() 207 ReturnValueOmxApi = ComponentGetState(Command->hComponent, Command->pState); in ProcessMessage() 219 …ReturnValueOmxApi = ComponentUseBuffer(Command->hComponent, Command->ppBufferHdr, Command->nPortIn… in ProcessMessage() 231 …ReturnValueOmxApi = ComponentAllocateBuffer(Command->hComponent, Command->pBuffer, Command->nPortI… in ProcessMessage() 243 …ReturnValueOmxApi = ComponentFreeBuffer(Command->hComponent, Command->nPortIndex, Command->pBuffer… in ProcessMessage() [all …]
|
D | omx_proxy_interface.h | 293 OMX_ERRORTYPE ReturnValueOmxApi; variable
|