Searched refs:cmp_name (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/media/msm8974/mm-core/src/common/ |
D | qc_omx_core.c | 131 static int get_cmp_index(char *cmp_name) in get_cmp_index() argument 138 …DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].nam… in get_cmp_index() 140 if(!strcmp(cmp_name, core[i].name)) in get_cmp_index() 235 static int get_comp_handle_index(char *cmp_name) in get_comp_handle_index() argument 241 if(!strcmp(cmp_name, core[i].name)) in get_comp_handle_index() 302 static int is_cmp_already_exists(char *cmp_name) in is_cmp_already_exists() argument 308 if(!strcmp(cmp_name, core[i].name)) in is_cmp_already_exists() 338 void* get_cmp_handle(char *cmp_name) in get_cmp_handle() argument 345 if(!strcmp(cmp_name, core[i].name)) in get_cmp_handle()
|
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/ |
D | qc_omx_core.c | 134 static int get_cmp_index(char *cmp_name) in get_cmp_index() argument 141 …DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].nam… in get_cmp_index() 143 if(!strcmp(cmp_name, core[i].name)) in get_cmp_index() 235 static int get_comp_handle_index(char *cmp_name) in get_comp_handle_index() argument 241 if(!strcmp(cmp_name, core[i].name)) in get_comp_handle_index() 302 static int is_cmp_already_exists(char *cmp_name) in is_cmp_already_exists() argument 308 if(!strcmp(cmp_name, core[i].name)) in is_cmp_already_exists() 338 void* get_cmp_handle(char *cmp_name) in get_cmp_handle() argument 345 if(!strcmp(cmp_name, core[i].name)) in get_cmp_handle()
|
/hardware/qcom/media/msm8996/mm-core/src/common/ |
D | qc_omx_core.c | 135 static int get_cmp_index(char *cmp_name) in get_cmp_index() argument 142 …DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].nam… in get_cmp_index() 144 if(!strcmp(cmp_name, core[i].name)) in get_cmp_index() 239 static int get_comp_handle_index(char *cmp_name) in get_comp_handle_index() argument 245 if(!strcmp(cmp_name, core[i].name)) in get_comp_handle_index() 306 static int is_cmp_already_exists(char *cmp_name) in is_cmp_already_exists() argument 312 if(!strcmp(cmp_name, core[i].name)) in is_cmp_already_exists() 342 void* get_cmp_handle(char *cmp_name) in get_cmp_handle() argument 349 if(!strcmp(cmp_name, core[i].name)) in get_cmp_handle()
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | qc_omx_component.h | 67 OMX_STRING cmp_name,
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | qc_omx_component.h | 67 OMX_STRING cmp_name,
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | qc_omx_component.h | 67 OMX_STRING cmp_name,
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec.h | 184 OMX_ERRORTYPE component_init(OMX_STRING cmp_name); 187 OMX_STRING cmp_name,
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 128 OMX_ERRORTYPE omx_swvdec::component_init(OMX_STRING cmp_name) in component_init() argument 133 cmp_name, in component_init() 148 if (!strncmp(cmp_name, in component_init() 154 strlcpy(m_cmp_name, cmp_name, OMX_MAX_STRINGNAME_SIZE); in component_init() 160 else if (!strncmp(cmp_name, in component_init() 166 strlcpy(m_cmp_name, cmp_name, OMX_MAX_STRINGNAME_SIZE); in component_init() 172 else if (((!strncmp(cmp_name, in component_init() 175 ((!strncmp(cmp_name, in component_init() 181 strlcpy(m_cmp_name, cmp_name, OMX_MAX_STRINGNAME_SIZE); in component_init() 189 OMX_SWVDEC_LOG_ERROR("'%s': invalid component name", cmp_name); in component_init() [all …]
|