Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.h47 ImageCropInfo crop[XCAM_STITCH_FISHEYE_MAX_NUM];
141 bool set_crop_info (uint32_t index, const ImageCropInfo &info);
142 bool get_crop_info (uint32_t index, ImageCropInfo &info) const;
179 const ImageCropInfo &get_crop (uint32_t idx) const { in get_crop()
190 ImageCropInfo _crop_info[XCAM_STITCH_MAX_CAMERAS];
Ddata_types.h42 struct ImageCropInfo { struct
48 ImageCropInfo () : left (0), right (0), top (0), bottom (0) {} in ImageCropInfo() argument
Dstitcher.cpp129 Stitcher::set_crop_info (uint32_t index, const ImageCropInfo &info) in set_crop_info()
141 Stitcher::get_crop_info (uint32_t index, ImageCropInfo &info) const in get_crop_info()
304 const ImageCropInfo &left_img_crop = _crop_info[idx]; in estimate_overlap()
305 const ImageCropInfo &right_img_crop = _crop_info[next_idx]; in estimate_overlap()