Home
last modified time | relevance | path

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

/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp58 OMX_ERRORTYPE WrsOMXPlugin::AddCore(const char* coreName) in AddCore() argument
60 void* libHandle = dlopen(coreName, RTLD_NOW); in AddCore()
92 ALOGI("OMX IL core %s: declares component %s", coreName, tmpComponentName); in AddCore()
95 ALOGI("OMX IL core %s: contains %u components", coreName, core->mNumComponents); in AddCore()
101 ALOGW("OMX IL core %s not found", coreName); in AddCore()
DWrsOMXPlugin.h102 OMX_ERRORTYPE AddCore(const char* coreName);