/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/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++;
|