Searched refs:set_output_size (Results 1 – 17 of 17) sorted by relevance
/external/libxcam/xcore/interface/ |
D | geo_mapper.h | 45 bool set_output_size (uint32_t width, uint32_t height);
|
D | geo_mapper.cpp | 49 GeoMapper::set_output_size (uint32_t width, uint32_t height) in set_output_size() function in XCam::GeoMapper
|
D | blender.h | 42 void set_output_size (uint32_t width, uint32_t height);
|
D | blender.cpp | 38 Blender::set_output_size (uint32_t width, uint32_t height) { in set_output_size() function in XCam::Blender
|
D | stitcher.h | 152 void set_output_size (uint32_t width, uint32_t height) { in set_output_size() function
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 353 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()
|
D | test-image-blend.cpp | 154 blender->set_output_size (output_width, output_height); in blend_images()
|
D | test-cl-image.cpp | 486 fisheye->set_output_size (1120, 960); in main()
|
D | test-image-stitching.cpp | 409 image_360->set_output_size (output_width, output_height); in main()
|
/external/libxcam/modules/ocl/ |
D | cl_geo_map_handler.h | 83 void set_output_size (uint32_t width, uint32_t height) { in set_output_size() function
|
D | cl_fisheye_handler.h | 55 void set_output_size (uint32_t width, uint32_t height);
|
D | cl_image_360_stitch.h | 71 void set_output_size (uint32_t width, uint32_t height) { in set_output_size() function
|
D | cl_post_image_processor.cpp | 413 _stitch->set_output_size (_stitch_width, _stitch_height); in create_handlers()
|
D | cl_image_360_stitch.cpp | 429 _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()
|
D | cl_fisheye_handler.cpp | 154 CLFisheyeHandler::set_output_size (uint32_t width, uint32_t height) in set_output_size() function in XCam::CLFisheyeHandler
|
/external/libxcam/capi/ |
D | context_priv.cpp | 222 image_360->set_output_size (sttch_width, sttch_height); in create_handler()
|
/external/libxcam/modules/soft/ |
D | soft_stitcher.cpp | 436 _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()
|