Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_stitcher.cpp795 …SmartPtr<SoftSitcherPriv::HandlerParam> dewarp_param = base.dynamic_cast_ptr<SoftSitcherPriv::Hand… in dewarp_done() local
796 XCAM_ASSERT (dewarp_param.ptr ()); in dewarp_done()
797 SmartPtr<SoftStitcher::StitcherParam> param = dewarp_param->stitch_param; in dewarp_done()
804 …OG_INFO ("soft-stitcher:%s camera(idx:%d) dewarp done", XCAM_STR (get_name ()), dewarp_param->idx); in dewarp_done()
805 stitcher_dump_buf (dewarp_param->out_buf, dewarp_param->idx, "stitcher-dewarp"); in dewarp_done()
808 XCamReturn ret = _impl->start_overlap_tasks (param, dewarp_param->idx, dewarp_param->out_buf); in dewarp_done()
813 ret = _impl->start_copy_tasks (param, dewarp_param->idx, dewarp_param->out_buf); in dewarp_done()