Searched defs:pre_idx (Results 1 - 1 of 1) sorted by relevance

/external/libxcam/modules/soft/
H A Dsoft_stitcher.cpp570 uint32_t pre_idx = (idx + camera_num - 1) % camera_num; local
583 param_b = _overlaps[pre_idx].find_blender_param_in_map (param, pre_idx);
587 _overlaps[pre_idx].param_map.erase (param.ptr ());
601 ret = start_single_blender (pre_idx, prev_param);
604 "soft-stitcher:%s blend overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), pre_idx);
617 ret = feature_match (prev_param->in_buf, prev_param->in1_buf, pre_idx);
620 "soft-stitcher:%s feature-match overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), pre_idx);

Completed in 91 milliseconds