Searched refs:p_core_comp (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.c165 omx_core_component_t *p_core_comp = NULL; local
178 p_core_comp = &g_omxcore->component[comp_idx];
184 inst_idx = get_free_inst_idx(p_core_comp);
191 if (FALSE == p_core_comp->open) {
193 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW);
194 if (NULL == p_core_comp->lib_handle) {
200 p_core_comp->open = TRUE;
202 p_core_comp->create_comp_func = dlsym(p_core_comp
286 is_comp_active(omx_core_component_t *p_core_comp) argument
309 omx_core_component_t *p_core_comp = NULL; local
[all...]

Completed in 74 milliseconds