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

  /external/libxcam/xcore/interface/
stitcher.h 107 struct ImageOverlapInfo {
146 //bool set_overlap_info (uint32_t index, const ImageOverlapInfo &info);
176 const ImageOverlapInfo &get_overlap (uint32_t idx) const {
204 ImageOverlapInfo _overlap_info[XCAM_STITCH_MAX_CAMERAS];
stitcher.cpp 153 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];
  /external/libxcam/modules/soft/
soft_stitcher.cpp 501 const Stitcher::ImageOverlapInfo overlap_info = _stitcher->get_overlap (idx);
550 const Stitcher::ImageOverlapInfo &overlap_info = _stitcher->get_overlap (idx);

Completed in 85 milliseconds