Searched refs:tmpIndex (Results 1 – 2 of 2) sorted by relevance
89 OMX_U32 tmpIndex = 0; in AddCore() local90 …rrorNone == ((*(core->mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex))) { in AddCore()91 tmpIndex++; in AddCore()94 core->mNumComponents = tmpIndex; in AddCore()
95 OMX_U32 tmpIndex = 0; in OMX_Init() local96 …one == ((*(g_cores[i].mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex))) { in OMX_Init()97 tmpIndex++; in OMX_Init()100 g_cores[i].mNumComponents = tmpIndex; in OMX_Init()