Home | History | Annotate | Download | only in qomx_core

Lines Matching refs:inst_idx

179   int comp_idx = 0, inst_idx = 0;
204 inst_idx = get_free_inst_idx(p_core_comp);
205 if (inst_idx < 0) {
251 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
255 p_core_comp->handle[inst_idx], inst_idx,
290 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
327 int comp_idx, inst_idx;
339 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
355 p_core_comp->handle[inst_idx] = NULL;