Searched refs:omx_res (Results 1 – 2 of 2) sorted by relevance
129 OMX_ERRORTYPE omx_res = (*(mCores[i]->mGetHandle))( in makeComponentInstance() local133 if(omx_res == OMX_ErrorNone) { in makeComponentInstance()156 …OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(… in destroyComponentInstance() local158 return omx_res; in destroyComponentInstance()
196 OMX_ERRORTYPE omx_res = (*(g_cores[i].mGetHandle))( in OMX_GetHandle() local200 if(omx_res == OMX_ErrorNone) { in OMX_GetHandle()229 OMX_ERRORTYPE omx_res = pComp->freeComponent(); in OMX_FreeHandle() local230 if (omx_res != OMX_ErrorNone) { in OMX_FreeHandle()233 return omx_res; in OMX_FreeHandle()