Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp87 , _is_round_view_set (false) in Stitcher()
190 if (_is_round_view_set) in estimate_round_slices()
219 _is_round_view_set = true; in estimate_round_slices()
230 ERROR, _camera_num > 0 && _is_round_view_set, XCAM_RETURN_ERROR_ORDER, in estimate_coarse_crops()
251 ERROR, _camera_num > 0 && _is_round_view_set, XCAM_RETURN_ERROR_ORDER, in mark_centers()
295 ERROR, _is_round_view_set && _is_crop_set && _is_center_marked, XCAM_RETURN_ERROR_ORDER, in estimate_overlap()
437 …ERROR, _camera_num > 1 && _is_round_view_set && _is_crop_set && _is_overlap_set, XCAM_RETURN_ERROR… in update_copy_areas()
Dstitcher.h202 bool _is_round_view_set; variable