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()
142 } else if(omx_res == OMX_ErrorInsufficientResources) { in makeComponentInstance()
158 …OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(… in destroyComponentInstance() local
160 return omx_res; in destroyComponentInstance()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp219 OMX_ERRORTYPE omx_res = (*(g_cores[i].mGetHandle))( in OMX_GetHandle() local
223 if(omx_res == OMX_ErrorNone) { in OMX_GetHandle()
235 } else if(omx_res == OMX_ErrorInsufficientResources) { in OMX_GetHandle()
263 OMX_ERRORTYPE omx_res = pComp->freeComponent(); in OMX_FreeHandle() local
264 if (omx_res != OMX_ErrorNone) { in OMX_FreeHandle()
267 return omx_res; in OMX_FreeHandle()