Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp211 … view_slice.hori_angle_start = format_angle((float)aligned_start / (float)_output_width * 360.0f); in estimate_round_slices()
212 if (XCAM_DOUBLE_EQUAL_AROUND (view_slice.hori_angle_start, 0.0001f)) in estimate_round_slices()
213 view_slice.hori_angle_start = 0.0f; in estimate_round_slices()
215 cam_info.round_angle_start = view_slice.hori_angle_start; in estimate_round_slices()
268 float center_in_slice = center_angle - slice.hori_angle_start; in mark_centers()
274 center_angle, slice.hori_angle_start, slice.hori_angle_range); in mark_centers()
310 (format_angle (right.hori_angle_start - left.hori_angle_start) < left.hori_angle_range) in estimate_overlap()
314 float seam_angle_start = right.hori_angle_start; in estimate_overlap()
316 format_angle (left.hori_angle_start + left.hori_angle_range - right.hori_angle_start); in estimate_overlap()
371 … left.width * format_angle (seam_angle_start - left.hori_angle_start) / left.hori_angle_range; in estimate_overlap()
Dstitcher.h77 float hori_angle_start; member
83 : hori_angle_start (0.0f), hori_angle_range (0.0f) in RoundViewSlice()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp430 bowl.angle_start = view_slice.hori_angle_start; in fisheye_dewarp_to_table()
431 bowl.angle_end = format_angle (view_slice.hori_angle_start + view_slice.hori_angle_range); in fisheye_dewarp_to_table()
442 view_slice.hori_angle_start, view_slice.hori_angle_range, in fisheye_dewarp_to_table()