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

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 134 static int get_cmp_index(char *cmp_name)
141 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
143 if(!strcmp(cmp_name, core[i].name))
230 cmp_name : Component Name
235 static int get_comp_handle_index(char *cmp_name)
241 if(!strcmp(cmp_name, core[i].name))
302 static int is_cmp_already_exists(char *cmp_name)
308 if(!strcmp(cmp_name, core[i].name))
338 void* get_cmp_handle(char *cmp_name)
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 67 OMX_STRING cmp_name,
  /external/chromium/third_party/libevent/
evdns.c 817 char tmp_name[256], cmp_name[256]; /* used by the macros */ local
856 cmp_name[0] = '\0'; \
860 if (name_parse(req->request, req->request_len, &k, cmp_name, sizeof(cmp_name))<0) \
862 if (memcmp(tmp_name, cmp_name, strlen (tmp_name)) != 0) \
    [all...]

Completed in 172 milliseconds