Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.h174 return _round_view_slices[idx]; in get_round_view_slice()
201 RoundViewSlice _round_view_slices[XCAM_STITCH_MAX_CAMERAS]; variable
Dstitcher.cpp200 RoundViewSlice &view_slice = _round_view_slices[i]; in estimate_round_slices()
255 const RoundViewSlice &slice = _round_view_slices[i]; in mark_centers()
300 const RoundViewSlice &left = _round_view_slices[idx]; in estimate_overlap()
301 const RoundViewSlice &right = _round_view_slices[next_idx]; in estimate_overlap()
458 … left.in_area.height = _round_view_slices[i].height - _crop_info[i].top - _crop_info[i].bottom; in update_copy_areas()
479 …right.in_area.height = _round_view_slices[next_i].height - _crop_info[next_i].top - _crop_info[nex… in update_copy_areas()