HomeSort by relevance Sort by last modified time
    Searched refs:_max_topview_length_mm (Results 1 - 2 of 2) sorted by null

  /external/libxcam/xcore/interface/
stitcher.h 244 float _max_topview_length_mm; member in class:XCam::BowlModel
stitcher.cpp 544 _max_topview_length_mm = mid * _config.a * 2.0f;
551 if (_max_topview_width_mm <= 0.0f || _max_topview_length_mm <= 0.0f)
553 length_mm = _max_topview_length_mm;

Completed in 507 milliseconds