Home
last modified time | relevance | path

Searched refs:sitch_min_width (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/xcore/interface/
Dfeature_match.cpp130 XCAM_ASSERT (final_overlap_width >= _config.sitch_min_width); in adjust_stitch_area()
132 XCAM_ASSERT (center >= _config.sitch_min_width / 2); in adjust_stitch_area()
134 stitch1.pos_x = XCAM_ALIGN_AROUND (center - _config.sitch_min_width / 2, 8); in adjust_stitch_area()
135 stitch1.width = _config.sitch_min_width; in adjust_stitch_area()
137 stitch0.width = _config.sitch_min_width; in adjust_stitch_area()
Dfeature_match.h32 int sitch_min_width; member
42 : sitch_min_width (56) in CVFMConfig()
/external/libxcam/modules/ocl/
Dcl_image_360_stitch.cpp119 config.sitch_min_width = 56; in get_fm_default_config()
131 config.sitch_min_width = 128; in get_fm_default_config()
143 config.sitch_min_width = 160; in get_fm_default_config()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp348 config.sitch_min_width = 136; in init_config()