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

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 123 get_cmp_index
134 static int get_cmp_index(char *cmp_name) function
137 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
141 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
436 cmp_index = get_cmp_index(componentName);
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 120 get_cmp_index
131 static int get_cmp_index(char *cmp_name) function
134 DEBUG_PRINT("before get_cmp_index **********%d\n", rc);
138 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
414 cmp_index = get_cmp_index(componentName);

Completed in 33 milliseconds