• Home
  • Raw
  • Download

Lines Matching refs:StitcherParam

75     SmartPtr<SoftStitcher::StitcherParam>  stitch_param;
94 SmartPtr<SoftStitcher::StitcherParam> stitch_param;
131 const SmartPtr<SoftStitcher::StitcherParam> &key,
168 bool remove_task_count (const SmartPtr<SoftStitcher::StitcherParam> &param);
169 int32_t dec_task_count (const SmartPtr<SoftStitcher::StitcherParam> &param);
171 XCamReturn start_dewarp_works (const SmartPtr<SoftStitcher::StitcherParam> &param);
172 XCamReturn start_task_count (const SmartPtr<SoftStitcher::StitcherParam> &param);
174 const SmartPtr<SoftStitcher::StitcherParam> &param,
177 const SmartPtr<SoftStitcher::StitcherParam> &param,
389 StitcherImpl::remove_task_count (const SmartPtr<SoftStitcher::StitcherParam> &param) in remove_task_count()
402 StitcherImpl::dec_task_count (const SmartPtr<SoftStitcher::StitcherParam> &param) in dec_task_count()
455 StitcherImpl::start_dewarp_works (const SmartPtr<SoftStitcher::StitcherParam> &param) in start_dewarp_works()
478 const SmartPtr<SoftStitcher::StitcherParam> &key, in find_blender_param_in_map()
565 const SmartPtr<SoftStitcher::StitcherParam> &param, in start_overlap_tasks()
666 const SmartPtr<SoftStitcher::StitcherParam> &param, in start_copy_tasks()
741 SmartPtr<StitcherParam> param = new StitcherParam; in stitch_buffers()
765 SoftStitcher::start_task_count (const SmartPtr<SoftStitcher::StitcherParam> &param) in start_task_count()
797 SmartPtr<SoftStitcher::StitcherParam> param = dewarp_param->stitch_param; in dewarp_done()
827 SmartPtr<SoftStitcher::StitcherParam> param = blender_param->stitch_param; in blender_done()
854 const SmartPtr<SoftStitcher::StitcherParam> param = in copy_task_done()
855 args->get_param ().dynamic_cast_ptr<SoftStitcher::StitcherParam> (); in copy_task_done()
930 SmartPtr<StitcherParam> param = base.dynamic_cast_ptr<StitcherParam> (); in start_work()