Searched refs:mNumComponents (Results 1 – 4 of 4) sorted by relevance
94 core->mNumComponents = tmpIndex; in AddCore()95 ALOGI("OMX IL core %s: contains %ld components", coreName, core->mNumComponents); in AddCore()176 …if (relativeIndex < mCores[i]->mNumComponents) return ((*(mCores[i]->mComponentNameEnum))(name, si… in enumerateComponents()177 else relativeIndex -= mCores[i]->mNumComponents; in enumerateComponents()
65 OMX_U32 mNumComponents; member
100 g_cores[i].mNumComponents = tmpIndex; in OMX_Init()101 g_nr_comp += g_cores[i].mNumComponents; in OMX_Init()104 g_cores[i].mNumComponents); in OMX_Init()166 if (relativeIndex < g_cores[i].mNumComponents) { in OMX_ComponentNameEnum()171 } else relativeIndex -= g_cores[i].mNumComponents; in OMX_ComponentNameEnum()
46 OMX_U32 mNumComponents; member