Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_post_image_processor.cpp407 _stitch = image_handler.dynamic_cast_ptr<CLImage360Stitch> (); in create_handlers()
410 _stitch.ptr (), in create_handlers()
413 _stitch->set_output_size (_stitch_width, _stitch_height); in create_handlers()
415 _stitch->set_feature_match_ocl (_stitch_fm_ocl); in create_handlers()
Dcl_post_image_processor.h125 SmartPtr<CLImage360Stitch> _stitch; variable
Dcl_image_360_stitch.cpp40 , _stitch (stitch) in CLBlenderGlobalScaleKernel()
47 SmartPtr<VideoBuffer> input = _stitch->get_global_scale_input (); in get_input_image()
74 SmartPtr<VideoBuffer> output = _stitch->get_global_scale_output (); in get_output_image()
101 SmartPtr<VideoBuffer> output = _stitch->get_global_scale_output (); in get_output_info()
Dcl_image_360_stitch.h58 SmartPtr<CLImage360Stitch> _stitch;