Searched defs:cmp_name (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.c134 static int get_cmp_index(char *cmp_name) argument
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) argument
241 if(!strcmp(cmp_name, core[i].name))
302 static int is_cmp_already_exists(char *cmp_name) argument
308 if(!strcmp(cmp_name, core[i].name))
338 void* get_cmp_handle(char *cmp_name) argument
[all...]
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.c131 static int get_cmp_index(char *cmp_name) argument
138 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
140 if(!strcmp(cmp_name, core[i].name))
230 cmp_name : Component Name
235 static int get_comp_handle_index(char *cmp_name) argument
241 if(!strcmp(cmp_name, core[i].name))
302 static int is_cmp_already_exists(char *cmp_name) argument
308 if(!strcmp(cmp_name, core[i].name))
338 void* get_cmp_handle(char *cmp_name) argument
[all...]

Completed in 96 milliseconds