Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dgeo_mapper.cpp49 GeoMapper::set_output_size (uint32_t width, uint32_t height) in set_output_size() function in XCam::GeoMapper
Dgeo_mapper.h45 bool set_output_size (uint32_t width, uint32_t height);
Dblender.h42 void set_output_size (uint32_t width, uint32_t height);
Dblender.cpp38 Blender::set_output_size (uint32_t width, uint32_t height) { in set_output_size() function in XCam::Blender
Dstitcher.h152 void set_output_size (uint32_t width, uint32_t height) { in set_output_size() function
/external/libxcam/tests/
Dtest-soft-image.cpp353 mapper->set_output_size (topview_width, topview_height); in remap_topview_buf()
706 blender->set_output_size (output_width, output_height); in main()
724 mapper->set_output_size (output_width, output_height); in main()
775 stitcher->set_output_size (output_width, output_height); in main()
Dtest-image-blend.cpp154 blender->set_output_size (output_width, output_height); in blend_images()
Dtest-cl-image.cpp486 fisheye->set_output_size (1120, 960); in main()
Dtest-image-stitching.cpp409 image_360->set_output_size (output_width, output_height); in main()
/external/libxcam/modules/ocl/
Dcl_geo_map_handler.h83 void set_output_size (uint32_t width, uint32_t height) { in set_output_size() function
Dcl_fisheye_handler.h55 void set_output_size (uint32_t width, uint32_t height);
Dcl_image_360_stitch.h71 void set_output_size (uint32_t width, uint32_t height) { in set_output_size() function
Dcl_post_image_processor.cpp413 _stitch->set_output_size (_stitch_width, _stitch_height); in create_handlers()
Dcl_image_360_stitch.cpp429 _fisheye[i].handler->set_output_size (_fisheye[i].width, _fisheye[i].height); in calc_fisheye_initial_info()
470 _fisheye[i].handler->set_output_size (_fisheye[i].width, _fisheye[i].height); in calc_fisheye_initial_info()
Dcl_fisheye_handler.cpp154 CLFisheyeHandler::set_output_size (uint32_t width, uint32_t height) in set_output_size() function in XCam::CLFisheyeHandler
/external/libxcam/capi/
Dcontext_priv.cpp222 image_360->set_output_size (sttch_width, sttch_height); in create_handler()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp436 _fisheye[i].dewarp->set_output_size (view_slice.width, view_slice.height); in fisheye_dewarp_to_table()
554 blender->set_output_size (out_width, out_height); in start_single_blender()