HomeSort by relevance Sort by last modified time
    Searched refs: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...]
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 98 __u16 comp_idx; member in struct:sdma_req_info
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 221 __u16 comp_idx; member in struct:sdma_req_info
  /external/libhevc/test/encoder/
main.c 861 WORD32 comp_idx; local
    [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 721 int comp_idx = 0; local
722 for (int list_idx = 0; list_idx < ref_id_count[idx] && comp_idx < 2;
723 ++list_idx, ++comp_idx)
724 comp_list[comp_idx][idx] = ref_id[idx][list_idx];
725 for (int list_idx = 0; list_idx < ref_diff_count[idx] && comp_idx < 2;
726 ++list_idx, ++comp_idx)
727 comp_list[comp_idx][idx] = ref_diff[idx][list_idx];
728 for (; comp_idx < 3; ++comp_idx)
729 comp_list[comp_idx][idx] = gm_mv_candidates[idx]
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 8543 const int comp_idx = mbmi->compound_idx; local
8575 const int comp_idx = mbmi->compound_idx; local
8650 const int comp_idx = mbmi->compound_idx; local
    [all...]

Completed in 204 milliseconds