Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp325 uint32_t out_right_center_x = right_center.out_center_x; in estimate_overlap() local
326 if (out_right_center_x == 0) in estimate_overlap()
327 out_right_center_x = _output_width; in estimate_overlap()
340 uint32_t merge_width = out_right_center_x - left_center.out_center_x; in estimate_overlap()
482 uint32_t out_right_center_x = mark_right.out_center_x; in update_copy_areas() local
483 if (out_right_center_x == 0) in update_copy_areas()
484 out_right_center_x = _output_width; in update_copy_areas()
486 right.out_area.pos_x = out_right_center_x - right.out_area.width; in update_copy_areas()