Searched refs:length_mm (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/xcore/interface/ |
D | stitcher.cpp | 549 BowlModel::get_max_topview_area_mm (float &length_mm, float &width_mm) in get_max_topview_area_mm() argument 553 length_mm = _max_topview_length_mm; in get_max_topview_area_mm() 562 float length_mm, float width_mm) in get_topview_rect_map() argument 564 if (XCAM_DOUBLE_EQUAL_AROUND (length_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() 578 float mm_per_pixel_x = length_mm / res_width; in get_topview_rect_map()
|
D | stitcher.h | 222 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/ |
D | test-soft-image.cpp | 345 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()
|