HomeSort by relevance Sort by last modified time
    Searched defs:comp_idx (Results 1 - 4 of 4) sorted by null

  /device/asus/flo/camera/mm-image-codec/qomx_core/
qomx_core.c 161 int comp_idx = 0, inst_idx = 0; local
168 comp_idx = get_comp_from_list(componentName);
169 if (comp_idx < 0) {
178 p_core_comp = &g_omxcore->component[comp_idx];
234 "comp_idx %d g_ptr %p", __func__, __LINE__,
236 comp_idx, g_omxcore);
270 ALOGE("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
307 int comp_idx, inst_idx; local
317 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
331 p_core_comp = &g_omxcore->component[comp_idx];
    [all...]
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
qomx_core.c 161 int comp_idx = 0, inst_idx = 0; local
168 comp_idx = get_comp_from_list(componentName);
169 if (comp_idx < 0) {
178 p_core_comp = &g_omxcore->component[comp_idx];
234 "comp_idx %d g_ptr %p", __func__, __LINE__,
236 comp_idx, g_omxcore);
270 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
307 int comp_idx, inst_idx; local
317 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
331 p_core_comp = &g_omxcore->component[comp_idx];
    [all...]
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 179 int comp_idx = 0, inst_idx = 0; local
193 comp_idx = get_comp_from_list(componentName);
194 if (comp_idx < 0) {
199 p_core_comp = &g_omxcore->component[comp_idx];
254 "comp_idx %d g_ptr %p", __func__, __LINE__,
256 comp_idx, g_omxcore);
290 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
327 int comp_idx, inst_idx; local
339 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
354 p_core_comp = &g_omxcore->component[comp_idx];
    [all...]
  /external/opencv/cv/src/
cvmotempl.cpp 426 Cv32suf v, comp_idx; local
450 comp_idx.f = 1;
491 mask_row1[x1] = comp_idx.i;
495 comp_idx.f++;

Completed in 103 milliseconds