Home
last modified time | relevance | path

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

/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp129 OMX_ERRORTYPE omx_res = (*(mCores[i]->mGetHandle))( in makeComponentInstance() local
133 if(omx_res == OMX_ErrorNone) { in makeComponentInstance()
156 …OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(… in destroyComponentInstance() local
158 return omx_res; in destroyComponentInstance()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp196 OMX_ERRORTYPE omx_res = (*(g_cores[i].mGetHandle))( in OMX_GetHandle() local
200 if(omx_res == OMX_ErrorNone) { in OMX_GetHandle()
229 OMX_ERRORTYPE omx_res = pComp->freeComponent(); in OMX_FreeHandle() local
230 if (omx_res != OMX_ErrorNone) { in OMX_FreeHandle()
233 return omx_res; in OMX_FreeHandle()