Home
last modified time | relevance | path

Searched refs:_overlap_info (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp159 _overlap_info[index] = info;
171 info = _overlap_info[index];
423 _overlap_info[idx].left = left_img_overlap; in estimate_overlap()
424 _overlap_info[idx].right = right_img_overlap; in estimate_overlap()
425 _overlap_info[idx].out_area = out_overlap; in estimate_overlap()
448 const ImageOverlapInfo &overlap = _overlap_info[i]; in update_copy_areas()
475 right.in_area.pos_x = _overlap_info[i].right.pos_x + _overlap_info[i].right.width; in update_copy_areas()
Dstitcher.h177 return _overlap_info[idx]; in get_overlap()
204 ImageOverlapInfo _overlap_info[XCAM_STITCH_MAX_CAMERAS]; variable