Searched refs:inst_idx (Results 1 – 5 of 5) sorted by relevance
186 int comp_idx = 0, inst_idx = 0; in OMX_GetHandle() local211 inst_idx = get_free_inst_idx(p_core_comp); in OMX_GetHandle()212 if (inst_idx < 0) { in OMX_GetHandle()258 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp; in OMX_GetHandle()262 p_core_comp->handle[inst_idx], inst_idx, in OMX_GetHandle()334 int comp_idx, inst_idx; in OMX_FreeHandle() local346 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) { in OMX_FreeHandle()362 p_core_comp->handle[inst_idx] = NULL; in OMX_FreeHandle()
397 unsigned short inst_idx; member
221 unsigned short inst_idx; member