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()142 } else if(omx_res == OMX_ErrorInsufficientResources) { in makeComponentInstance()158 …OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(… in destroyComponentInstance() local160 return omx_res; in destroyComponentInstance()
219 OMX_ERRORTYPE omx_res = (*(g_cores[i].mGetHandle))( in OMX_GetHandle() local223 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() local264 if (omx_res != OMX_ErrorNone) { in OMX_FreeHandle()267 return omx_res; in OMX_FreeHandle()