Home | History | Annotate | Download | only in qomx_core

Lines Matching defs:inst_idx

180   int comp_idx = 0, inst_idx = 0;
205 inst_idx = get_free_inst_idx(p_core_comp);
206 if (inst_idx < 0) {
252 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
256 p_core_comp->handle[inst_idx], inst_idx,
291 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
328 int comp_idx, inst_idx;
340 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
356 p_core_comp->handle[inst_idx] = NULL;