Home
last modified time | relevance | path

Searched refs:comp_name (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
Dqomx_core.h56 char *comp_name; member
80 char *comp_name; member
Dqomx_core.c92 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() argument
141 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()