Lines Matching refs:stitcher
467 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()
774 stitcher->set_bowl_config (bowl); in main()
775 stitcher->set_output_size (output_width, output_height); in main()
782 run_stitcher (stitcher, ins, outs, nv12_output, save_output, loop) == 0, in main()