Home
last modified time | relevance | path

Searched refs:ImageOverlapInfo (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.h107 struct ImageOverlapInfo { struct
176 const ImageOverlapInfo &get_overlap (uint32_t idx) const { in get_overlap()
204 ImageOverlapInfo _overlap_info[XCAM_STITCH_MAX_CAMERAS];
Dstitcher.cpp153 Stitcher::set_overlap_info (uint32_t index, const ImageOverlapInfo &info)
165 Stitcher::get_overlap_info (uint32_t index, ImageOverlapInfo &info) const
448 const ImageOverlapInfo &overlap = _overlap_info[i]; in update_copy_areas()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp501 const Stitcher::ImageOverlapInfo overlap_info = _stitcher->get_overlap (idx); in feature_match()
550 const Stitcher::ImageOverlapInfo &overlap_info = _stitcher->get_overlap (idx); in start_single_blender()