Searched refs:comp_cnt (Results 1 – 2 of 2) sorted by relevance
68 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); in OMX_Init() local79 if (comp_cnt > OMX_COMP_MAX_NUM) { in OMX_Init()91 for (i = 0; i < comp_cnt; i++) { in OMX_Init()95 g_omxcore->comp_cnt = comp_cnt; in OMX_Init()101 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt); in OMX_Init()144 for (i = 0; i < g_omxcore->comp_cnt; i++) { in get_comp_from_list()293 for (i = 0; i < g_omxcore->comp_cnt; i++) { in get_idx_from_handle()
93 int comp_cnt; member