Home | History | Annotate | Download | only in qomx_core

Lines Matching refs:comp_idx

186   int comp_idx = 0, inst_idx = 0;
200 comp_idx = get_comp_from_list(componentName);
201 if (comp_idx < 0) {
206 p_core_comp = &g_omxcore->component[comp_idx];
261 "comp_idx %d g_ptr %p", __func__, __LINE__,
263 comp_idx, g_omxcore);
297 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
334 int comp_idx, inst_idx;
346 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
361 p_core_comp = &g_omxcore->component[comp_idx];