Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_pyramid_blender.h95 SmartPtr<CLImage> get_reconstruct_image (uint32_t layer, bool is_uv);
313 return _blender->get_reconstruct_image (_layer + 1, _is_uv); in get_input_reconstruct()
319 return _blender->get_reconstruct_image (_layer, _is_uv); in get_output_reconstruct()
373 return _blender->get_reconstruct_image (0, _is_uv); in get_output()
Dcl_pyramid_blender.cpp255 CLPyramidBlender::get_reconstruct_image (uint32_t layer, bool is_uv) in get_reconstruct_image() function in XCam::CLPyramidBlender
1479 SmartPtr<CLImage> rec_image = _blender->get_reconstruct_image (0, _is_uv); in get_input_image()