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

  /device/google/marlin/camera/mm-image-codec/qomx_core/
qomx_core.c 186 int comp_idx = 0, inst_idx = 0; local
200 comp_idx = get_comp_from_list(componentName);
201 if (comp_idx < 0) {
206 p_core_comp = &g_omxcore->component[comp_idx];
261 "comp_idx %d g_ptr %p", __func__, __LINE__,
263 comp_idx, g_omxcore);
297 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
334 int comp_idx, inst_idx; local
346 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
361 p_core_comp = &g_omxcore->component[comp_idx];
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
qomx_core.c 180 int comp_idx = 0, inst_idx = 0; local
194 comp_idx = get_comp_from_list(componentName);
195 if (comp_idx < 0) {
200 p_core_comp = &g_omxcore->component[comp_idx];
255 "comp_idx %d g_ptr %p", __func__, __LINE__,
257 comp_idx, g_omxcore);
291 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
328 int comp_idx, inst_idx; local
340 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
355 p_core_comp = &g_omxcore->component[comp_idx];
    [all...]
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
qomx_core.c 180 int comp_idx = 0, inst_idx = 0; local
194 comp_idx = get_comp_from_list(componentName);
195 if (comp_idx < 0) {
200 p_core_comp = &g_omxcore->component[comp_idx];
255 "comp_idx %d g_ptr %p", __func__, __LINE__,
257 comp_idx, g_omxcore);
291 ALOGD("%s:%d] comp_idx %d inst_idx %d", __func__, __LINE__, i, j);
328 int comp_idx, inst_idx; local
340 if (FALSE == get_idx_from_handle(hComp, &comp_idx, &inst_idx)) {
355 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++;
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 212 __u16 comp_idx; member in struct:sdma_req_info
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 393 __u16 comp_idx; member in struct:sdma_req_info

Completed in 1305 milliseconds