Home | History | Annotate | Download | only in qomx_core

Lines Matching defs:inst_idx

161   int comp_idx = 0, inst_idx = 0;
184 inst_idx = get_free_inst_idx(p_core_comp);
185 if (inst_idx < 0) {
231 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
235 (int)p_core_comp->handle[inst_idx], inst_idx,
270 ALOGE("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
307 int comp_idx, inst_idx;
317 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
332 p_core_comp->handle[inst_idx] = NULL;