• Home
  • Raw
  • Download

Lines Matching refs:_stitcher

163         : _stitcher (handler)  in StitcherImpl()
205 SoftStitcher *_stitcher; member in XCam::SoftSitcherPriv::StitcherImpl
269 uint32_t cam_num = _stitcher->get_camera_num (); in get_and_reset_feature_match_factors()
287 SmartPtr<ImageHandler::Callback> dewarp_cb = new CbGeoMap (_stitcher); in init_fisheye()
293 _stitcher->get_round_view_slice (idx); in init_fisheye()
306 XCAM_STR (_stitcher->get_name ()), buf_info.width, buf_info.height); in init_fisheye()
320 SmartPtr<Worker::Callback> copy_cb = new CbCopyTask (_stitcher); in create_copier()
337 SmartPtr<ImageHandler::Callback> blender_cb = new CbBlender (_stitcher); in init_config()
342 "stitcher:%s init fisheye failed, idx:%d.", XCAM_STR (_stitcher->get_name ()), i); in init_config()
370 Stitcher::CopyAreaArray areas = _stitcher->get_copy_area (); in init_config()
382 "soft-stitcher::%s init copier failed, idx:%d.", XCAM_STR (_stitcher->get_name ()), i); in init_config()
423 uint32_t camera_num = _stitcher->get_camera_num (); in fisheye_dewarp_to_table()
426 _stitcher->get_camera_info (i, cam_info); in fisheye_dewarp_to_table()
427 Stitcher::RoundViewSlice view_slice = _stitcher->get_round_view_slice (i); in fisheye_dewarp_to_table()
429 BowlDataConfig bowl = _stitcher->get_bowl_config (); in fisheye_dewarp_to_table()
434 _stitcher->get_output_size (out_width, out_height); in fisheye_dewarp_to_table()
441 XCAM_STR (_stitcher->get_name ()), i, in fisheye_dewarp_to_table()
447 … "stitcher:%s set dewarp geo table failed, idx:%d.", XCAM_STR (_stitcher->get_name ()), i); in fisheye_dewarp_to_table()
457 uint32_t camera_num = _stitcher->get_camera_num (); in start_dewarp_works()
471 "soft-stitcher:%s fisheye dewarp buffer failed", XCAM_STR (_stitcher->get_name ())); in start_dewarp_works()
501 const Stitcher::ImageOverlapInfo overlap_info = _stitcher->get_overlap (idx); in feature_match()
518 float center_x = (float) _stitcher->get_center (left_idx).slice_center_x; in feature_match()
526 uint32_t right_idx = (idx + 1) % _stitcher->get_camera_num (); in feature_match()
527 center_x = (float) _stitcher->get_center (right_idx).slice_center_x; in feature_match()
550 const Stitcher::ImageOverlapInfo &overlap_info = _stitcher->get_overlap (idx); in start_single_blender()
552 _stitcher->get_output_size (out_width, out_height); in start_single_blender()
569 const uint32_t camera_num = _stitcher->get_camera_num (); in start_overlap_tasks()
596 "soft-stitcher:%s blend overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), idx); in start_overlap_tasks()
604 … "soft-stitcher:%s blend overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), pre_idx); in start_overlap_tasks()
613 … "soft-stitcher:%s feature-match overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), idx); in start_overlap_tasks()
620 …"soft-stitcher:%s feature-match overlap idx:%d failed", XCAM_STR (_stitcher->get_name ()), pre_idx… in start_overlap_tasks()
669 uint32_t size = _stitcher->get_copy_area ().size (); in start_copy_tasks()
675 … "soft-stitcher:%s start copy task failed, idx:%d", XCAM_STR (_stitcher->get_name ()), idx); in start_copy_tasks()
685 uint32_t cam_num = _stitcher->get_camera_num (); in stop()