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

  /external/libxcam/xcore/interface/
feature_match.cpp 130 XCAM_ASSERT (final_overlap_width >= _config.sitch_min_width);
132 XCAM_ASSERT (center >= _config.sitch_min_width / 2);
134 stitch1.pos_x = XCAM_ALIGN_AROUND (center - _config.sitch_min_width / 2, 8);
135 stitch1.width = _config.sitch_min_width;
137 stitch0.width = _config.sitch_min_width;
feature_match.h 32 int sitch_min_width; member in struct:XCam::CVFMConfig
42 : sitch_min_width (56)
  /external/libxcam/modules/ocl/
cl_image_360_stitch.cpp 119 config.sitch_min_width = 56;
131 config.sitch_min_width = 128;
143 config.sitch_min_width = 160;
  /external/libxcam/modules/soft/
soft_stitcher.cpp 348 config.sitch_min_width = 136;

Completed in 1248 milliseconds