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

  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.h 93 int comp_cnt; member in struct:_omx_core_t
qomx_core.c 62 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); local
73 if (comp_cnt > OMX_COMP_MAX_NUM) {
85 for (i = 0; i < comp_cnt; i++) {
89 g_omxcore->comp_cnt = comp_cnt;
95 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
138 for (i = 0; i < g_omxcore->comp_cnt; i++) {
287 for (i = 0; i < g_omxcore->comp_cnt; i++) {
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.h 93 int comp_cnt; member in struct:_omx_core_t
qomx_core.c 62 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); local
73 if (comp_cnt > OMX_COMP_MAX_NUM) {
85 for (i = 0; i < comp_cnt; i++) {
89 g_omxcore->comp_cnt = comp_cnt;
95 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
138 for (i = 0; i < g_omxcore->comp_cnt; i++) {
287 for (i = 0; i < g_omxcore->comp_cnt; i++) {
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.h 93 int comp_cnt; member in struct:_omx_core_t
qomx_core.c 61 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); local
72 if (comp_cnt > OMX_COMP_MAX_NUM) {
84 for (i = 0; i < comp_cnt; i++) {
88 g_omxcore->comp_cnt = comp_cnt;
94 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
137 for (i = 0; i < g_omxcore->comp_cnt; i++) {
285 for (i = 0; i < g_omxcore->comp_cnt; i++) {
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.h 93 int comp_cnt; member in struct:_omx_core_t
qomx_core.c 68 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); local
79 if (comp_cnt > OMX_COMP_MAX_NUM) {
91 for (i = 0; i < comp_cnt; i++) {
95 g_omxcore->comp_cnt = comp_cnt;
101 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
144 for (i = 0; i < g_omxcore->comp_cnt; i++) {
293 for (i = 0; i < g_omxcore->comp_cnt; i++) {
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qomx_core/
qomx_core.h 93 int comp_cnt; member in struct:_omx_core_t
qomx_core.c 68 int comp_cnt = sizeof(g_comp_info)/sizeof(g_comp_info[0]); local
79 if (comp_cnt > OMX_COMP_MAX_NUM) {
91 for (i = 0; i < comp_cnt; i++) {
95 g_omxcore->comp_cnt = comp_cnt;
101 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
144 for (i = 0; i < g_omxcore->comp_cnt; i++) {
293 for (i = 0; i < g_omxcore->comp_cnt; i++) {

Completed in 224 milliseconds