Home
last modified time | relevance | path

Searched refs:StitchInfo (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_image_360_stitch.h69 bool set_stitch_info (StitchInfo stitch_info);
70 StitchInfo get_stitch_info ();
148 StitchInfo _stitch_info;
Dcl_image_360_stitch.cpp163 static StitchInfo
166 StitchInfo stitch_info; in get_default_stitch_info()
298 CLImage360Stitch::set_stitch_info (StitchInfo stitch_info) in set_stitch_info()
315 StitchInfo
/external/libxcam/xcore/interface/
Dstitcher.h44 struct StitchInfo { struct
50 StitchInfo () { in StitchInfo() function
/external/libxcam/tests/
Dtest-image-stitching.cpp574 StitchInfo stitch_info = image_360->get_stitch_info (); in dbg_write_image()