Searched refs:_bowl_img_height (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/xcore/interface/ |
D | stitcher.cpp | 539 , _bowl_img_height (image_height) in BowlModel() 591 _config, world_pos, _bowl_img_width, _bowl_img_height); in get_topview_rect_map() 610 float offset_y = (float)_bowl_img_height - vertex_height; in get_stitch_image_vertex_model() 628 _config, _bowl_img_width, _bowl_img_height, texture_pos0); in get_stitch_image_vertex_model() 632 …k (PointFloat2(texture_pos0.x / _bowl_img_width, (_bowl_img_height - texture_pos0.y) / _bowl_img_h… in get_stitch_image_vertex_model() 636 _config, _bowl_img_width, _bowl_img_height, texture_pos1); in get_stitch_image_vertex_model() 640 …k (PointFloat2(texture_pos1.x / _bowl_img_width, (_bowl_img_height - texture_pos1.y) / _bowl_img_h… in get_stitch_image_vertex_model() 652 …_vertex_model (vertices, texture_points, indeices, res_width, res_height, (float)_bowl_img_height); in get_bowlview_vertex_model() 660 …onfig.wall_height / (float)(_config.wall_height + _config.ground_length) * (float)_bowl_img_height; in get_topview_vertex_model() 661 float ground_image_height = (float)_bowl_img_height - wall_image_height; in get_topview_vertex_model()
|
D | stitcher.h | 242 uint32_t _bowl_img_width, _bowl_img_height; variable
|