Home
last modified time | relevance | path

Searched refs:width_mm (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/xcore/interface/
Dstitcher.cpp549 BowlModel::get_max_topview_area_mm (float &length_mm, float &width_mm) in get_max_topview_area_mm() argument
554 width_mm = _max_topview_width_mm; in get_max_topview_area_mm()
562 float length_mm, float width_mm) in get_topview_rect_map() argument
565 XCAM_DOUBLE_EQUAL_AROUND (width_mm, 0.0f)) { in get_topview_rect_map()
566 get_max_topview_area_mm (length_mm, width_mm); in get_topview_rect_map()
571 …length_mm * length_mm / (_config.a * _config.a) / 4.0f + width_mm * width_mm / (_config.b * _confi… in get_topview_rect_map()
574 … "bowl model topview input area(L:%.2fmm, W:%.2fmm) is larger than max area", length_mm, width_mm); in get_topview_rect_map()
579 float mm_per_pixel_y = width_mm / res_height; in get_topview_rect_map()
Dstitcher.h222 bool get_max_topview_area_mm (float &length_mm, float &width_mm);
226 float length_mm = 0.0f, float width_mm = 0.0f);
/external/libxcam/tests/
Dtest-soft-image.cpp345 float length_mm = 0.0f, width_mm = 0.0f; in remap_topview_buf() local
347 model.get_max_topview_area_mm (length_mm, width_mm); in remap_topview_buf()
348 XCAM_LOG_INFO ("Max Topview Area (L%.2fmm, W%.2fmm)", length_mm, width_mm); in remap_topview_buf()