HomeSort by relevance Sort by last modified time
    Searched refs:comp_name (Results 1 - 10 of 10) sorted by null

  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h 52 * @comp_name: name of the component
56 char *comp_name; member in struct:comp_info_t
80 char *comp_name; member in struct:_omx_core_component_t
qomx_core.c 86 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
131 static int get_comp_from_list(char *comp_name)
135 if (NULL == comp_name)
139 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h 52 * @comp_name: name of the component
56 char *comp_name; member in struct:comp_info_t
80 char *comp_name; member in struct:_omx_core_component_t
qomx_core.c 86 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
131 static int get_comp_from_list(char *comp_name)
135 if (NULL == comp_name)
139 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 52 * @comp_name: name of the component
56 char *comp_name; member in struct:comp_info_t
80 char *comp_name; member in struct:_omx_core_component_t
qomx_core.c 85 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
130 static int get_comp_from_list(char *comp_name)
134 if (NULL == comp_name)
138 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 52 * @comp_name: name of the component
56 char *comp_name; member in struct:comp_info_t
80 char *comp_name; member in struct:_omx_core_component_t
qomx_core.c 92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
137 static int get_comp_from_list(char *comp_name)
141 if (NULL == comp_name)
145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.h 52 * @comp_name: name of the component
56 char *comp_name; member in struct:comp_info_t
80 char *comp_name; member in struct:_omx_core_component_t
qomx_core.c 92 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
137 static int get_comp_from_list(char *comp_name)
141 if (NULL == comp_name)
145 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {

Completed in 433 milliseconds