HomeSort by relevance Sort by last modified time
    Searched refs:_overlap_info (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/interface/
stitcher.h 177 return _overlap_info[idx];
204 ImageOverlapInfo _overlap_info[XCAM_STITCH_MAX_CAMERAS]; member in class:XCam::Stitcher
stitcher.cpp 159 _overlap_info[index] = info;
171 info = _overlap_info[index];
423 _overlap_info[idx].left = left_img_overlap;
424 _overlap_info[idx].right = right_img_overlap;
425 _overlap_info[idx].out_area = out_overlap;
448 const ImageOverlapInfo &overlap = _overlap_info[i];
475 right.in_area.pos_x = _overlap_info[i].right.pos_x + _overlap_info[i].right.width;

Completed in 586 milliseconds