Searched refs:_overlaps (Results 1 - 3 of 3) sorted by relevance

/external/libxcam/modules/soft/
H A Dsoft_stitcher.cpp198 Overlap _overlaps [XCAM_STITCH_MAX_CAMERAS]; member in class:XCam::SoftSitcherPriv::StitcherImpl
345 _overlaps[i].matcher = new CVCapiFeatureMatch;
360 _overlaps[i].matcher->set_config (config);
361 _overlaps[i].matcher->set_fm_index (i);
364 _overlaps[i].blender = create_soft_blender ().dynamic_cast_ptr<SoftBlender>();
365 XCAM_ASSERT (_overlaps[i].blender.ptr ());
366 _overlaps[i].blender->set_callback (blender_cb);
367 _overlaps[i].param_map.clear ();
511 _overlaps[idx].matcher->reset_offsets ();
512 _overlaps[id
[all...]
/external/libxcam/modules/ocl/
H A Dcl_image_360_stitch.h87 return _overlaps[img_idx][num];
135 Rect _overlaps[XCAM_STITCH_FISHEYE_MAX_NUM][2]; // 2=>Overlap0 and overlap1
H A Dcl_image_360_stitch.cpp368 _overlaps[idx][0] = overlap0;
369 _overlaps[idx][1] = overlap1;

Completed in 649 milliseconds