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

/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h92 int comp_cnt; member in struct:_omx_core_t
H A Dqomx_core.c58 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); local
64 if (comp_cnt > OMX_COMP_MAX_NUM) {
76 for (i = 0; i < comp_cnt; i++) {
80 g_omxcore->comp_cnt = comp_cnt;
84 ALOGE("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
119 for (i = 0; i < g_omxcore->comp_cnt; i++) {
266 for (i = 0; i < g_omxcore->comp_cnt; i++) {

Completed in 81 milliseconds