Home | History | Annotate | Download | only in ocl

Lines Matching refs:stitch

2  * cl_image_360_stitch.cpp - CL Image 360 stitch
38 const SmartPtr<CLContext> &context, SmartPtr<CLImage360Stitch> &stitch, bool is_uv)
40 , _stitch (stitch)
319 XCAM_LOG_WARNING ("stitch-info was not initialized, return default parameters");
836 SmartPtr<CLImage360Stitch> &stitch,
849 kernel = new CLBlenderGlobalScaleKernel (context, stitch, is_uv);
870 SmartPtr<CLImage360Stitch> stitch = new CLImage360Stitch (
872 XCAM_ASSERT (stitch.ptr ());
878 stitch->set_fisheye_handler (fisheye, index);
885 stitch->set_blender (blender, index);
892 SmartPtr<CLImageKernel> kernel = create_blender_global_scale_kernel (context, stitch, uv_status[plane]);
894 stitch->add_kernel (kernel);
898 return stitch;