HomeSort by relevance Sort by last modified time
    Searched refs:ISVOMXCore (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/utils/ISV/include/
isv_omxcore.h 23 struct ISVOMXCore {
isv_omxcomponent.h 74 void setComponent(OMX_COMPONENTTYPE *pComp, ISVOMXCore *pCore){mComponent = pComp; mCore = pCore;return;}
262 ISVOMXCore *mCore; // owend by mComponent
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 50 static ISVOMXCore g_cores[CORE_NUMBER];
77 g_cores[i].mInit = (ISVOMXCore::InitFunc)dlsym(libHandle, "OMX_Init");
78 g_cores[i].mDeinit = (ISVOMXCore::DeinitFunc)dlsym(libHandle, "OMX_Deinit");
81 (ISVOMXCore::ComponentNameEnumFunc)dlsym(libHandle, "OMX_ComponentNameEnum");
83 g_cores[i].mGetHandle = (ISVOMXCore::GetHandleFunc)dlsym(libHandle, "OMX_GetHandle");
84 g_cores[i].mFreeHandle = (ISVOMXCore::FreeHandleFunc)dlsym(libHandle, "OMX_FreeHandle");
87 (ISVOMXCore::GetRolesOfComponentFunc)dlsym(

Completed in 3516 milliseconds