Home
last modified time | relevance | path

Searched refs:stitcher (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/tests/
Dtest-soft-image.cpp467 run_topview (const SmartPtr<Stitcher> &stitcher, const SoftElements &outs) in run_topview() argument
469 …BowlModel bowl_model (stitcher->get_bowl_config (), outs[0]->get_width (), outs[0]->get_height ()); in run_topview()
476 const SmartPtr<Stitcher> &stitcher, in run_stitcher() argument
505 stitcher->stitch_buffers (in_buffers, outs[0]->get_buf ()), in run_stitcher()
510 CHECK (run_topview (stitcher, outs), "run topview failed"); in run_stitcher()
516 FPS_CALCULATION (soft - stitcher, XCAM_OBJ_DUR_FRAME_NUM); in run_stitcher()
738 SmartPtr<Stitcher> stitcher = Stitcher::create_soft_stitcher (); in main() local
739 XCAM_ASSERT (stitcher.ptr ()); in main()
761 stitcher->set_camera_num (camera_count); in main()
763 stitcher->set_camera_info (i, cam_info[i]); in main()
[all …]
/external/libxcam/xcore/
DMakefile.am53 interface/stitcher.cpp \
137 interface/stitcher.h \
/external/libxcam/
DAndroid.bp48 "xcore/interface/stitcher.cpp",