Searched defs:CModule (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h45 class CModule { class
47 CModule(const OMX_STRING lname);
48 ~CModule();
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp34 CModule::CModule(const OMX_STRING lname) function in class:CModule
50 CModule::~CModule()
70 OMX_ERRORTYPE CModule::Load(int flag)
101 OMX_U32 CModule::Unload(void)
121 OMX_STRING CModule::GetLibraryName(void)
126 OMX_STRING CModule::GetComponentName(void)
131 OMX_ERRORTYPE CModule::GetComponentRoles(OMX_U32 *nr_roles, OMX_U8 **roles)
161 bool CModule
[all...]

Completed in 333 milliseconds