Searched refs:comp_name (Results 1 – 2 of 2) sorted by relevance
56 char *comp_name; member80 char *comp_name; member
92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name; in OMX_Init()137 static int get_comp_from_list(char *comp_name) in get_comp_from_list() argument141 if (NULL == comp_name) in get_comp_from_list()145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) { in get_comp_from_list()