Home
last modified time | relevance | path

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

/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp89 OMX_U32 tmpIndex = 0; in AddCore() local
90 …rrorNone == ((*(core->mComponentNameEnum))(tmpComponentName, OMX_MAX_STRINGNAME_SIZE, tmpIndex))) { in AddCore()
91 tmpIndex++; in AddCore()
94 core->mNumComponents = tmpIndex; in AddCore()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp95 OMX_U32 tmpIndex = 0; in OMX_Init() local
96 …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()