Searched refs:Stitcher (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/xcore/interface/ |
D | stitcher.cpp | 36 const Stitcher::CopyArea ¤t, in merge_neighbor_area() 37 const Stitcher::CopyArea &next, in merge_neighbor_area() 38 Stitcher::CopyArea &merged) in merge_neighbor_area() 56 const Stitcher::CopyArea &area, const uint32_t round_width, in split_area_by_out() 57 Stitcher::CopyArea &split_a, Stitcher::CopyArea &split_b) in split_area_by_out() 79 Stitcher::Stitcher (uint32_t align_x, uint32_t align_y) in Stitcher() function in XCam::Stitcher 95 Stitcher::~Stitcher () in ~Stitcher() 100 Stitcher::set_bowl_config (const BowlDataConfig &config) in set_bowl_config() 107 Stitcher::set_camera_num (uint32_t num) in set_camera_num() 118 Stitcher::set_camera_info (uint32_t index, const CameraInfo &info) in set_camera_info() [all …]
|
D | stitcher.h | 60 class Stitcher; variable 73 class Stitcher 125 explicit Stitcher (uint32_t align_x, uint32_t align_y = 1); 126 virtual ~Stitcher (); 127 static SmartPtr<Stitcher> create_ocl_stitcher (); 128 static SmartPtr<Stitcher> create_soft_stitcher (); 187 XCAM_DEAD_COPY (Stitcher);
|
/external/libxcam/modules/soft/ |
D | soft_stitcher.cpp | 144 const Stitcher::RoundViewSlice &view_slice, 150 Stitcher::CopyArea copy_area; 194 XCamReturn create_copier (Stitcher::CopyArea area); 243 const Stitcher::RoundViewSlice &view_slice, in set_dewarp_geo_table() 292 Stitcher::RoundViewSlice view_slice = in init_fisheye() 311 StitcherImpl::create_copier (Stitcher::CopyArea area) in create_copier() 370 Stitcher::CopyAreaArray areas = _stitcher->get_copy_area (); in init_config() 427 Stitcher::RoundViewSlice view_slice = _stitcher->get_round_view_slice (i); in fisheye_dewarp_to_table() 501 const Stitcher::ImageOverlapInfo overlap_info = _stitcher->get_overlap (idx); in feature_match() 550 const Stitcher::ImageOverlapInfo &overlap_info = _stitcher->get_overlap (idx); in start_single_blender() [all …]
|
D | soft_stitcher.h | 39 , public Stitcher
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 467 run_topview (const SmartPtr<Stitcher> &stitcher, const SoftElements &outs) in run_topview() 476 const SmartPtr<Stitcher> &stitcher, in run_stitcher() 738 SmartPtr<Stitcher> stitcher = Stitcher::create_soft_stitcher (); in main()
|