Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_stitcher.cpp825 …SmartPtr<SoftSitcherPriv::BlenderParam> blender_param = base.dynamic_cast_ptr<SoftSitcherPriv::Ble… in blender_done() local
826 XCAM_ASSERT (blender_param.ptr ()); in blender_done()
827 SmartPtr<SoftStitcher::StitcherParam> param = blender_param->stitch_param; in blender_done()
836 stitcher_dump_buf (blender_param->out_buf, blender_param->idx, "stitcher-blend"); in blender_done()
837 …XCAM_LOG_INFO ("blender:(%s) overlap:%d done", XCAM_STR (handler->get_name ()), blender_param->idx… in blender_done()