Home | History | Annotate | Download | only in qomx_core

Lines Matching defs:inst_idx

179   int comp_idx = 0, inst_idx = 0;
203 inst_idx = get_free_inst_idx(p_core_comp);
204 if (inst_idx < 0) {
250 *handle = p_core_comp->handle[inst_idx] = (OMX_HANDLETYPE)p_comp;
254 p_core_comp->handle[inst_idx], inst_idx,
289 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
326 int comp_idx, inst_idx;
338 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
354 p_core_comp->handle[inst_idx] = NULL;