HomeSort by relevance Sort by last modified time
    Searched refs:comp_idx (Results 1 - 6 of 6) 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...]
  /hardware/qcom/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...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
_ml.h 313 cvPreparePredictData( const CvArr* sample, int dims_all, const CvMat* comp_idx,
324 const CvMat* comp_idx, int dims_all );
mlsvm.cpp     [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 462 milliseconds